private void btn4_Click(object sender, RoutedEventArgs e)
 {
     ProductController controller = new ProductController();
     controller.Start();
 }
Exemple #2
0
 private void ApplicationStartup(object sender, StartupEventArgs e)
 {
     ProductController controller = new ProductController();
     controller.Start();
 }