C# Class ViewModel.AlunoVM

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: Studyxnet/LearningMVVM Class Usage Examples

Public Methods

Method Description
AlunoVM ( ) : System
Entrar ( ) : void
OnPropertyChanged ( string PropertyName ) : void

Method Details

AlunoVM() public method

public AlunoVM ( ) : System
return System

Entrar() public method

public Entrar ( ) : void
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string PropertyName ) : void
PropertyName string
return void