G
Guest
I have a winform that will start directly from the scheduler. The program
will perform a batch process and put status messages on a winform.
I start up the back ground process as a delegate directly in my winform
constructor after InitializeComponent();.
Is this a good idea or is there a better way?
will perform a batch process and put status messages on a winform.
I start up the back ground process as a delegate directly in my winform
constructor after InitializeComponent();.
Is this a good idea or is there a better way?