Interaction logic for App.xaml
Inheritance: 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;
 }