コード例 #1
0
 protected override void OnDisposePlugin()
 {
     base.OnDisposePlugin();
     GuiCore.Shutdown();
     GuiCore = null;
 }
コード例 #2
0
 protected override void InitPlugin()
 {
     GuiCore = GuiCore ?? new GuiCore();
     GuiCore.Initialize();
     base.InitPlugin();
 }