Example #1
0
 public TableDelegate(VMDNSMainWindowController ob)
 {
     this.ob = ob;
 }
Example #2
0
 void InitialiseWindowControllers()
 {
     welcomeScreenController = new WelcomeScreenCommonController();
     _factory             = new VMDNSMainWindowControllerFactory();
     mainWindowController = _factory.GetMainWindowController() as VMDNSMainWindowController;
 }
Example #3
0
 public OutlineDelegate(VMDNSMainWindowController ob)
 {
     this.ob = ob;
 }