Exemple #1
0
 private void LaunchStoreManagerApp()
 {
     var app = new MainStoreManagerApp(this,DataBase);
     app.Show();
     this.Hide();
 }