C# 클래스 OpenSyno.PlayQueueView

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: salfab/open-syno

공개 메소드들

메소드 설명
PlayQueueView ( ) : System

Initializes a new instance of the PlayQueueView class.

보호된 메소드들

메소드 설명
OnNavigatedFrom ( System e ) : void

Called when a page is no longer the active page in a frame.

OnNavigatedTo ( System e ) : void

Called when a page becomes the active page in a frame.

메소드 상세

OnNavigatedFrom() 보호된 메소드

Called when a page is no longer the active page in a frame.
protected OnNavigatedFrom ( System e ) : void
e System An object that contains the event data.
리턴 void

OnNavigatedTo() 보호된 메소드

Called when a page becomes the active page in a frame.
protected OnNavigatedTo ( System e ) : void
e System An object that contains the event data.
리턴 void

PlayQueueView() 공개 메소드

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