public void DeInitPlugin() { Overlay?.Close(); ActGlobals.oFormActMain.LogFileChanged -= OFormActMainOnLogFileChanged; TranslateService.Stop(); _workingThread.StopWorkingThread(); Settings?.Save(); StatusLabel.Text = "Exited. Bye~"; }