Example #1
0
 private void btn_exit_Click(object sender, EventArgs e)
 {
     RequestManager.Logout();
     this.Close();
 }