public TableDelegate(VMDirSchemaMainWindowController ob)
 {
     this.ob = ob;
 }
Example #2
0
 void InitialiseWindowControllers()
 {
     welcomeScreenController = new WelcomeScreenCommonController();
     _factory             = new VMDirSchemaMainWindowContollerFactory();
     mainWindowController = _factory.GetMainWindowController() as VMDirSchemaMainWindowController;
 }