C# 클래스 igcmd.Core

파일 보기 프로젝트 열기: d2phap/ImageGlass

공개 메소드들

메소드 설명
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

메소드 상세

AutoUpdate() 공개 정적인 메소드

Check for update
public static AutoUpdate ( ) : void
리턴 void

CheckForUpdate() 공개 정적인 메소드

Check for update
public static CheckForUpdate ( ) : void
리턴 void

InstallTheme() 공개 정적인 메소드

Install theme
public static InstallTheme ( string filename ) : void
filename string
리턴 void

PackTheme() 공개 정적인 메소드

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