C# Class UoFiddler.Options

Mostra file Open project: polserver/poltools

Public Methods

Method Description
CheckForUpdate ( string &error ) : string[]

Checks polserver forum for updates

LoadProfile ( string filename ) : void
Save ( ) : void
Startup ( ) : void
VersionCheck ( string newversion ) : bool

Private Methods

Method Description
DownloadFile ( string file ) : void
Load ( ) : void
MoveFile ( FileInfo files, string path ) : void
OnDownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
Updater_DoWork ( object sender, DoWorkEventArgs e ) : void
Updater_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

CheckForUpdate() public static method

Checks polserver forum for updates
public static CheckForUpdate ( string &error ) : string[]
error string
return string[]

LoadProfile() public static method

public static LoadProfile ( string filename ) : void
filename string
return void

Save() public static method

public static Save ( ) : void
return void

Startup() public static method

public static Startup ( ) : void
return void

VersionCheck() public static method

public static VersionCheck ( string newversion ) : bool
newversion string
return bool