Interaction logic for App.xaml
Inheritance: System.Windows.Application
Ejemplo n.º 1
0
 protected override bool OnStartup(StartupEventArgs eventArgs)
 {
     m_app = new StahpIt();
     m_app.InitializeComponent();
     m_app.Run();
     return(false);
 }
Ejemplo n.º 2
0
 protected override bool OnStartup(StartupEventArgs eventArgs)
 {   
     m_app = new StahpIt();
     m_app.InitializeComponent();
     m_app.Run();
     return false;
 }