Exemplo n.º 1
0
 public Controller()
 {
     form = new MainWindow();
     export = new ExportWindow();
     this.InitializeEventSubscribers();
 }
Exemplo n.º 2
0
 public Controller()
 {
     form   = new MainWindow();
     export = new ExportWindow();
     this.InitializeEventSubscribers();
 }