Ejemplo n.º 1
0
 private void LoginClick()
 {
     if (Password != null && UserName != null)
     {
         Client.Instance.SendPacket(PacketCreator.Login(UserName, Password));
     }
 }