C# Class SampleApp.ViewModel.MainViewModel

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

Méthodes publiques

Méthode Description
Load ( string filename ) : void
MainViewModel ( ) : System.ComponentModel
RemoveLastLayer ( ) : void
Save ( string filename ) : void
StackNewLayer ( ) : void

Method Details

Load() public méthode

public Load ( string filename ) : void
filename string
Résultat void

MainViewModel() public méthode

public MainViewModel ( ) : System.ComponentModel
Résultat System.ComponentModel

RemoveLastLayer() public méthode

public RemoveLastLayer ( ) : void
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

StackNewLayer() public méthode

public StackNewLayer ( ) : void
Résultat void