private static bool Handler(CtrlType sig) { _botClient?.Disconnect(); // Allow main to run off exitSystem = true; // Shutdown right away so there are no lingering threads Environment.Exit(-1); return(true); }
private void MainFrame_FormClosing(object sender, FormClosingEventArgs e) { _bot?.Disconnect(); }
public void Close() { botClient.Disconnect(); }