private void OnWindowClosing(object sender, CancelEventArgs e) { ClientAPI.ClientLogoff(); Environment.Exit(0); }