C# Class Loader.frmUpdate

Summary description for frmUpdate.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: jkv/nzb-o-matic-plus Class Usage Examples

Public Properties

Property Type Description
baseurl string
m_Files string[]

Public Methods

Method Description
UpdateFiles ( ) : void
WriteLine ( object toWrite ) : void
frmUpdate ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Button_Ok_Click ( object sender, System e ) : void
InitializeComponent ( ) : void

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

frmUpdate_Closing ( object sender, System e ) : void
frmUpdate_Load ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

UpdateFiles() public method

public UpdateFiles ( ) : void
return void

WriteLine() public method

public WriteLine ( object toWrite ) : void
toWrite object
return void

frmUpdate() public method

public frmUpdate ( ) : System
return System

Property Details

baseurl public_oe static_oe property

public static string baseurl
return string

m_Files public_oe static_oe property

public static string[] m_Files
return string[]