C# Class AdvancedLauncher.UI.Pages.Gallery

Inheritance: AbstractPage
Show file Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Property Type Description
IsLoading void
UpdateThumbs void

Public Methods

Method Description
Gallery ( ) : System
ReadBitmapFromFile ( string path ) : BitmapImage

Protected Methods

Method Description
OnProfileChanged ( object sender, BaseEventArgs e ) : void
OnShow ( ) : void

Private Methods

Method Description
IsLoading ( bool _IsLoading ) : void
UpdateThumbs ( string gamePath ) : void

Method Details

Gallery() public method

public Gallery ( ) : System
return System

OnProfileChanged() protected method

protected OnProfileChanged ( object sender, BaseEventArgs e ) : void
sender object
e AdvancedLauncher.SDK.Model.Events.BaseEventArgs
return void

OnShow() protected method

protected OnShow ( ) : void
return void

ReadBitmapFromFile() public method

public ReadBitmapFromFile ( string path ) : BitmapImage
path string
return System.Windows.Media.Imaging.BitmapImage