Interaction logic for App.xaml
상속: System.Windows.Application
예제 #1
0
 protected override bool OnStartup(StartupEventArgs eventArgs)
 {
     m_app = new StahpIt();
     m_app.InitializeComponent();
     m_app.Run();
     return(false);
 }
예제 #2
0
 protected override bool OnStartup(StartupEventArgs eventArgs)
 {   
     m_app = new StahpIt();
     m_app.InitializeComponent();
     m_app.Run();
     return false;
 }