C# Class VersionrUI.ViewModels.NotifyPropertyChangedBase

Inheritance: INotifyPropertyChanged
Mostra file Open project: eatplayhate/versionr

Public Methods

Method Description
NotifyPropertyChanged ( string info ) : void

Protected Methods

Method Description
Load ( System.Action action ) : void

Method Details

Load() protected method

protected Load ( System.Action action ) : void
action System.Action
return void

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string info ) : void
info string
return void