コード例 #1
0
 protected void OnLoad(DeskWall sender, PluginItem pl)
 {
     Init();
     Controller = new StickyNotesController();
     Controller.BelongModule = this;
     Application.Run(Controller);
 }
コード例 #2
0
ファイル: StickyNote.cs プロジェクト: mind0n/hive
		protected void OnLoad(DeskWall sender, PluginItem pl)
		{
			Init();
			Controller = new StickyNotesController();
			Controller.BelongModule = this;
			Application.Run(Controller);
		}