M
Mike
Hi! Do not ask me why I was given the task of removing references to VB.NET
in the app. The VB.NET reference was added to use WindowsFormsApplicationBase
class and its two methods:
OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e)
OnStartupNextInstance(StartupNextInstanceEventArgs eventArgs)
I can not seem to find a replacement for these in C#.
Any ideas/thoughts/suggestions are greatly appreciated.
Thank you in advance,
in the app. The VB.NET reference was added to use WindowsFormsApplicationBase
class and its two methods:
OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e)
OnStartupNextInstance(StartupNextInstanceEventArgs eventArgs)
I can not seem to find a replacement for these in C#.
Any ideas/thoughts/suggestions are greatly appreciated.
Thank you in advance,