bool WicoLocalInit() { if (bInitDone) { return(true); } // must come late as the above inits may add handlers wicoBlockMaster.LocalBlocksInit(); bInitDone = true; // last thing after init is done wicoControl.ModeAfterInit(_SaveIni); // Save it now so that any defaults are set after an initial run Me.CustomData = _CustomDataIni.ToString(); return(bInitDone); }