C# Class AdvancedLauncher.UI.Pages.Gallery

Inheritance: AbstractPage
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Свойство Type Description
IsLoading void
UpdateThumbs void

Méthodes publiques

Méthode Description
Gallery ( ) : System
ReadBitmapFromFile ( string path ) : BitmapImage

Méthodes protégées

Méthode Description
OnProfileChanged ( object sender, BaseEventArgs e ) : void
OnShow ( ) : void

Private Methods

Méthode Description
IsLoading ( bool _IsLoading ) : void
UpdateThumbs ( string gamePath ) : void

Method Details

Gallery() public méthode

public Gallery ( ) : System
Résultat System

OnProfileChanged() protected méthode

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

OnShow() protected méthode

protected OnShow ( ) : void
Résultat void

ReadBitmapFromFile() public méthode

public ReadBitmapFromFile ( string path ) : BitmapImage
path string
Résultat System.Windows.Media.Imaging.BitmapImage