Exemple #1
0
 void MainStartUp(object sender, StartupEventArgs e)
 {
     mainWindow = new CA_View();
     mainWindow.Show();
 }