Example #1
0
 private void DoctorWindow_OnClosing(object sender, CancelEventArgs e)
 {
     _server.LogoutDoctor(_doctor);
 }