Example #1
0
 //Завершение регистрации
 private void DoneRegistration()
 {
     if (_status != RegistrationStatus.RegOK)
     {
         return;
     }
     _status = NirsSystem.Registration(Login, Password, IsServer, true);
     OnPropertyChanged("Status");
     OnPropertyChanged("StatusColor");
 }