C# Class SharpBoot.AddIso

ファイルを表示 Open project: zdimension/SharpBoot Class Usage Examples

Public Properties

Property Type Description
DownFile string
IsoV ISOV

Private Properties

Property Type Description
AddIso_Closing void
AddIso_Load void
ClientOnDownloadProgressChanged void
Client_DownloadFileCompleted void
InitializeComponent void
btnAnnul_Click void
btnBrowse_Click void
btnOK_Click void
cbxDetIso_SelectedIndexChanged void
cbxISOS_SelectedIndexChanged void
md5stuff void
rbnFile_CheckedChanged void
selinfoversion ISOV
setprg void
txtFile_TextChanged void

Public Methods

Method Description
AddIso ( ) : System
CheckNotEmpty ( ) : void
DownloadStuff ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddIso_Closing ( object sender, CancelEventArgs e ) : void
AddIso_Load ( object sender, EventArgs e ) : void
ClientOnDownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
Client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnAnnul_Click ( object sender, EventArgs e ) : void
btnBrowse_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
cbxDetIso_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbxISOS_SelectedIndexChanged ( object sender, EventArgs e ) : void
md5stuff ( ) : void
rbnFile_CheckedChanged ( object sender, EventArgs e ) : void
selinfoversion ( ) : ISOV
setprg ( int v ) : void
txtFile_TextChanged ( object sender, EventArgs e ) : void

Method Details

AddIso() public method

public AddIso ( ) : System
return System

CheckNotEmpty() public method

public CheckNotEmpty ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DownloadStuff() public method

public DownloadStuff ( ) : void
return void

Property Details

DownFile public_oe property

public string DownFile
return string

IsoV public_oe property

public ISOV,SharpBoot IsoV
return ISOV