C# Class igcmd.Core

Afficher le fichier Open project: d2phap/ImageGlass

Méthodes publiques

Méthode Description
AutoUpdate ( ) : void

Check for update

CheckForUpdate ( ) : void

Check for update

InstallTheme ( string filename ) : void

Install theme

PackTheme ( string src, string des ) : void

Pack theme *.igtheme

Method Details

AutoUpdate() public static méthode

Check for update
public static AutoUpdate ( ) : void
Résultat void

CheckForUpdate() public static méthode

Check for update
public static CheckForUpdate ( ) : void
Résultat void

InstallTheme() public static méthode

Install theme
public static InstallTheme ( string filename ) : void
filename string
Résultat void

PackTheme() public static méthode

Pack theme *.igtheme
public static PackTheme ( string src, string des ) : void
src string
des string Destination *.igtheme file
Résultat void