C# Class NextView.LoginVm

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: JohanLarsson/Next Class Usage Examples

Méthodes publiques

Méthode Description
LoginVm ( ) : System
Save ( ) : void

Private Methods

Méthode Description
Decrypt ( string input, byte salt ) : string
EncryptString ( string input, byte salt ) : string
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

LoginVm() public méthode

public LoginVm ( ) : System
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void