// 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(); }