Exemplo n.º 1
0
 public void DeInitPlugin()
 {
     //_ffxivPlugin.DataSubscription.ProcessChanged -= ProcessChanged;
     if (_httpServer != null)
     {
         ServerStop();
     }
     _processSwitcher.CancelAsync();
     Detach();
     PluginUI.SaveSettings();
     _lblStatus.Text = "鲶鱼精邮差已退出";
 }