コード例 #1
0
ファイル: Controller.cs プロジェクト: ColdMatter/EDMSuite
 // This method is called before the main form is created.
 // Don't do any UI stuff here!
 internal void Initialise()
 {
     controller = this;
     BlockStore = new BlockStore();
 }
コード例 #2
0
ファイル: Controller.cs プロジェクト: JaylinLee/EDMSuite
 // This method is called before the main form is created.
 // Don't do any UI stuff here!
 internal void Initialise()
 {
     controller = this;
     BlockStore = new BlockStore();
 }