C# Class WPNest.NestSampleViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: garyjohnson/wpnest

Public Methods

Method Description
NestSampleViewModel ( ) : System.Collections.Generic

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

NestSampleViewModel() public method

public NestSampleViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void