C# Class SampleApp.ViewModel.MainViewModel

Main View-Model for the application.
Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Load ( string filename ) : void
MainViewModel ( ) : System.ComponentModel
RemoveLastLayer ( ) : void
Save ( string filename ) : void
StackNewLayer ( ) : void

Method Details

Load() public method

public Load ( string filename ) : void
filename string
return void

MainViewModel() public method

public MainViewModel ( ) : System.ComponentModel
return System.ComponentModel

RemoveLastLayer() public method

public RemoveLastLayer ( ) : void
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

StackNewLayer() public method

public StackNewLayer ( ) : void
return void