Exemplo n.º 1
0
 public void Testloggout() //test have no exeption
 {
     forum.loggout();
 }
Exemplo n.º 2
0
 private void button9_Click(object sender, EventArgs e)
 {
     myConnection.loggout();
     MessageBox.Show("logout succ");
 }