Exemplo n.º 1
0
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     Ico.SetUp();
     Current.MainWindow = new login();
     Current.MainWindow.Show();
 }