protected override bool OnStartup(StartupEventArgs e) { // First time app is launched _app = new SingleInstanceApplication(); _app.Run(); return false; }
protected override bool OnStartup(StartupEventArgs e) { // First time app is launched _app = new SingleInstanceApplication(); _app.Run(); return(false); }
protected override bool OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e) { // First time app is launched app = new SingleInstanceApplication(); app.Run(); return(false); }