C# Class SoBackground.SoBackgroundPackage

Inheritance: Package
Afficher le fichier Open project: Brian-Ding/SoBackground

Méthodes publiques

Méthode Description
LoadImage ( string imagePath ) : void
SoBackgroundPackage ( ) : System

Initializes a new instance of the SoBackgroundPackage class.

Méthodes protégées

Méthode Description
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Private Methods

Méthode Description
GetDefaultImagePath ( ) : string
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

Initialize() protected méthode

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
Résultat void

LoadImage() public static méthode

public static LoadImage ( string imagePath ) : void
imagePath string
Résultat void

SoBackgroundPackage() public méthode

Initializes a new instance of the SoBackgroundPackage class.
public SoBackgroundPackage ( ) : System
Résultat System