C# Class NextView.LoginVm

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: JohanLarsson/Next Class Usage Examples

Public Methods

Method Description
LoginVm ( ) : System
Save ( ) : void

Private Methods

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

Method Details

LoginVm() public method

public LoginVm ( ) : System
return System

Save() public method

public Save ( ) : void
return void