Exemplo n.º 1
0
 private void bunifuImageButton1_Click(object sender, EventArgs e)
 {
     if (Me.currentroomadmin == Me.username)
     {
         SocketMain.SendData(Encoding.ASCII.GetBytes("RemoveRoom|" + Me.currentroom.ToString()), SocketMain.ns);
     }
     SocketMain.EndSession();
     //Application.Exit();
 }
Exemplo n.º 2
0
 private void bunifuImageButton1_Click(object sender, EventArgs e)
 {
     SocketMain.EndSession();
 }