C# Class ListsManagement.MainViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: rafek/SyncFx

Public Methods

Method Description
MainViewModel ( ) : System
SampleMethod ( ) : void

Sample ViewModel method; this method is invoked by a Behavior that is associated with it in the View

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

MainViewModel() public method

public MainViewModel ( ) : System
return System

SampleMethod() public method

Sample ViewModel method; this method is invoked by a Behavior that is associated with it in the View
public SampleMethod ( ) : void
return void