protected void OnLoad(DeskWall sender, PluginItem pl) { Init(); Controller = new StickyNotesController(); Controller.BelongModule = this; Application.Run(Controller); }