C# Class SANTA.UI.LoadImages

显示文件 Open project: siegleal/iSanta

Public Methods

Method Description
LoadImages ( ) : System

Construct a LoadImages form

LoadImages ( String IDs ) : System

Construct a LoadImages form with the text field populated with the indicated IDs.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

button_Cancel_Click ( object sender, EventArgs e ) : void

When cancel is clicked, close the form.

button_OK_Click ( object sender, EventArgs e ) : void

When OK is clicked, parse the text field into integers and close the form.

Method Details

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

LoadImages() public method

Construct a LoadImages form
public LoadImages ( ) : System
return System

LoadImages() public method

Construct a LoadImages form with the text field populated with the indicated IDs.
public LoadImages ( String IDs ) : System
IDs String The target ID string to put in the text field.
return System