C# 클래스 Simple.Gui.ProgramLogic

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void
IsAdmin ( ) : bool

보호된 메소드들

메소드 설명
Ask ( string text ) : bool
ReportFinish ( string success ) : void
ReportProgress ( string text, string subText ) : void

비공개 메소드들

메소드 설명
CopyItem ( string baseDir, string source, string destination ) : void
DoReplace ( ) : void
SetPermissions ( string file ) : void

메소드 상세

Ask() 보호된 메소드

protected Ask ( string text ) : bool
text string
리턴 bool

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

IsAdmin() 공개 정적인 메소드

public static IsAdmin ( ) : bool
리턴 bool

ReportFinish() 보호된 메소드

protected ReportFinish ( string success ) : void
success string
리턴 void

ReportProgress() 보호된 메소드

protected ReportProgress ( string text, string subText ) : void
text string
subText string
리턴 void