C# 클래스 SampleApp.ViewModel.MainViewModel

Main View-Model for the application.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string filename ) : void
MainViewModel ( ) : System.ComponentModel
RemoveLastLayer ( ) : void
Save ( string filename ) : void
StackNewLayer ( ) : void

메소드 상세

Load() 공개 메소드

public Load ( string filename ) : void
filename string
리턴 void

MainViewModel() 공개 메소드

public MainViewModel ( ) : System.ComponentModel
리턴 System.ComponentModel

RemoveLastLayer() 공개 메소드

public RemoveLastLayer ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string filename ) : void
filename string
리턴 void

StackNewLayer() 공개 메소드

public StackNewLayer ( ) : void
리턴 void