C# 클래스 DropCounter.MainViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: pashkov/Spontaneous

공개 메소드들

메소드 설명
MainViewModel ( ) : System
ViewModelMethod ( ) : void

Sample ViewModel method; this method is invoked by a Behavior that is associated with it in the View.

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String info ) : void

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( ) : System
리턴 System

ViewModelMethod() 공개 메소드

Sample ViewModel method; this method is invoked by a Behavior that is associated with it in the View.
public ViewModelMethod ( ) : void
리턴 void