Class Registor
public class Registor : BindableBase, INotifyPropertyChanged
- Inheritance
-
Registor
- Implements
- Inherited Members
- Extension Methods
Properties
Message
说明
public string Message { get; set; }
Property Value
Password
说明
public string Password { get; set; }
Property Value
UserName
说明
public string UserName { get; set; }
Property Value
VerifyPassword
说明
public string VerifyPassword { get; set; }
Property Value
Methods
Valid()
public bool Valid()