コード例 #1
0
 public TableDelegate(VMDirSchemaMainWindowController ob)
 {
     this.ob = ob;
 }
コード例 #2
0
ファイル: AppDelegate.cs プロジェクト: wfu8/lightwave
 void InitialiseWindowControllers()
 {
     welcomeScreenController = new WelcomeScreenCommonController();
     _factory             = new VMDirSchemaMainWindowContollerFactory();
     mainWindowController = _factory.GetMainWindowController() as VMDirSchemaMainWindowController;
 }