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