C# Class LCInstaller.Logic.DownloadLogic

Show file Open project: SightstoneOfficial/SharpInstall

Public Methods

Method Description
ConvertStringArrayToString ( string input ) : string
DownloadAdmin ( ) : void

Ultra smart way to start the installer as admin without using a new program

Private Methods

Method Description
t_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

ConvertStringArrayToString() public static method

public static ConvertStringArrayToString ( string input ) : string
input string
return string

DownloadAdmin() public static method

Ultra smart way to start the installer as admin without using a new program
public static DownloadAdmin ( ) : void
return void