public TableDelegate(VMDNSMainWindowController ob) { this.ob = ob; }
void InitialiseWindowControllers() { welcomeScreenController = new WelcomeScreenCommonController(); _factory = new VMDNSMainWindowControllerFactory(); mainWindowController = _factory.GetMainWindowController() as VMDNSMainWindowController; }
public OutlineDelegate(VMDNSMainWindowController ob) { this.ob = ob; }