C# Class SteamCleaner.MainWindowViewModel

Inheritance: INotifyPropertyChanged
Mostra file Open project: Codeusa/SteamCleaner

Public Methods

Method Description
MainWindowViewModel ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Method Description
Confirm ( ) : Task
Init ( ) : void
RunClean ( ) : void
RunRefresh ( ) : System.Threading.Tasks.Task
StartCleaning ( ProgressBar progressBar, DialogSession session ) : void
UpdateProgress ( int>.Tuple progress ) : void

Method Details

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void