C# 클래스 BernieApp.WindowsPhone.ViewModels.MainViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

상속: ViewModelBase, INavigable
파일 보기 프로젝트 열기: Bernie-2016/Connect-Windows

공개 메소드들

메소드 설명
Activate ( object parameter ) : void
Deactivate ( object parameter ) : void
MainViewModel ( ) : BernieApp.WindowsPhone.Common

Initializes a new instance of the MainViewModel class.

메소드 상세

Activate() 공개 메소드

public Activate ( object parameter ) : void
parameter object
리턴 void

Deactivate() 공개 메소드

public Deactivate ( object parameter ) : void
parameter object
리턴 void

MainViewModel() 공개 메소드

Initializes a new instance of the MainViewModel class.
public MainViewModel ( ) : BernieApp.WindowsPhone.Common
리턴 BernieApp.WindowsPhone.Common