Пример #1
0
 protected override bool OnStartup(StartupEventArgs eventArgs)
 {
     wpfApp = new App();
     wpfApp.Run();
     return(false);
 }
Пример #2
0
 public static void Main()
 {
     SingleInstanceWithCommunication.App app = new SingleInstanceWithCommunication.App();
     app.InitializeComponent();
     app.Run();
 }