A
andrewcw
I have a class with a number of functions. For some form
of errors I wanted to use the MessageBox function of
Window.Forms.
I want to reuse this code in a console application, but
now I see I would have to remove all the MessageBox calls
for error messages and return the errors. Is there a way
to include that functionality in a console applic. I am
just doing the classes in console to save a bit of time.
Thanks Andrew
of errors I wanted to use the MessageBox function of
Window.Forms.
I want to reuse this code in a console application, but
now I see I would have to remove all the MessageBox calls
for error messages and return the errors. Is there a way
to include that functionality in a console applic. I am
just doing the classes in console to save a bit of time.
Thanks Andrew