C# Class SimpleSlideshow.MainWindowModel

Inheritance: Nui.Utility.Windows.NotifyPropertyChangedDispatcherBase, IDisposable
显示文件 Open project: etihwddot/NITE-WPF-Sample Class Usage Examples

Public Properties

Property Type Description
CurrentImageNameProperty string
CurrentImageProperty string

Public Methods

Method Description
Dispose ( ) : void
MainWindowModel ( string imagesFolder ) : System

Private Methods

Method Description
NextImage ( ) : void
PreviousImage ( ) : void
Session_SwipeLeft ( object sender, EventArgs e ) : void
Session_SwipeRight ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MainWindowModel() public method

public MainWindowModel ( string imagesFolder ) : System
imagesFolder string
return System

Property Details

CurrentImageNameProperty public_oe property

public string CurrentImageNameProperty
return string

CurrentImageProperty public_oe property

public string CurrentImageProperty
return string