Hi, my C# app has been designed to run once a day. I can successfully retrieve my required data and then close the eSignal main form using something like _eSignal = null;
However, when the main form closes, the Data Manager remains open. I'd prefer for it to shut down at the same time.
Does anybody know how to achieve this?
Thanks
However, when the main form closes, the Data Manager remains open. I'd prefer for it to shut down at the same time.
Does anybody know how to achieve this?
Thanks
Comment