C# Class igcmd.Core

显示文件 Open project: d2phap/ImageGlass

Public Methods

Method 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 method

Check for update
public static AutoUpdate ( ) : void
return void

CheckForUpdate() public static method

Check for update
public static CheckForUpdate ( ) : void
return void

InstallTheme() public static method

Install theme
public static InstallTheme ( string filename ) : void
filename string
return void

PackTheme() public static method

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