示例#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);
		}