Esempio n. 1
0
 // 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();
 }
Esempio n. 2
0
 // 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();
 }