C# 클래스 PushSample7_0.ViewModel.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/getstarted

상속: ViewModelBase
파일 보기 프로젝트 열기: matthiasxc/Windows-Phone-7-Push-Notification-Sample-All

공개 메소드들

메소드 설명
MainViewModel ( ) : System.Windows

Initializes a new instance of the MainViewModel class.

_pushNotificationService_GotPushUri ( object sender, GotPushUriEventArgs e ) : void

비공개 메소드들

메소드 설명
MakePushUriCall ( ) : object

메소드 상세

MainViewModel() 공개 메소드

Initializes a new instance of the MainViewModel class.
public MainViewModel ( ) : System.Windows
리턴 System.Windows

_pushNotificationService_GotPushUri() 공개 메소드

public _pushNotificationService_GotPushUri ( object sender, GotPushUriEventArgs e ) : void
sender object
e PushSample7_0.Services.GotPushUriEventArgs
리턴 void