Пример #1
0
 public void btnRegister()
 {
     LoginIO.SendRegistration(
         ifName.text,
         ifEmail.text,
         ifPass.text);
 }