C# Class Simple.Gui.ProgramLogic

Show file Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
IsAdmin ( ) : bool

Protected Methods

Method Description
Ask ( string text ) : bool
ReportFinish ( string success ) : void
ReportProgress ( string text, string subText ) : void

Private Methods

Method Description
CopyItem ( string baseDir, string source, string destination ) : void
DoReplace ( ) : void
SetPermissions ( string file ) : void

Method Details

Ask() protected method

protected Ask ( string text ) : bool
text string
return bool

Execute() public method

public Execute ( ) : void
return void

IsAdmin() public static method

public static IsAdmin ( ) : bool
return bool

ReportFinish() protected method

protected ReportFinish ( string success ) : void
success string
return void

ReportProgress() protected method

protected ReportProgress ( string text, string subText ) : void
text string
subText string
return void