C# 클래스 SimpleSlideshow.MainWindowModel

상속: Nui.Utility.Windows.NotifyPropertyChangedDispatcherBase, IDisposable
파일 보기 프로젝트 열기: etihwddot/NITE-WPF-Sample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentImageNameProperty string
CurrentImageProperty string

공개 메소드들

메소드 설명
Dispose ( ) : void
MainWindowModel ( string imagesFolder ) : System

비공개 메소드들

메소드 설명
NextImage ( ) : void
PreviousImage ( ) : void
Session_SwipeLeft ( object sender, EventArgs e ) : void
Session_SwipeRight ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MainWindowModel() 공개 메소드

public MainWindowModel ( string imagesFolder ) : System
imagesFolder string
리턴 System

프로퍼티 상세

CurrentImageNameProperty 공개적으로 프로퍼티

public string CurrentImageNameProperty
리턴 string

CurrentImageProperty 공개적으로 프로퍼티

public string CurrentImageProperty
리턴 string