C# Class SANTA.UI.LoadImages

Afficher le fichier Open project: siegleal/iSanta

Méthodes publiques

Méthode Description
LoadImages ( ) : System

Construct a LoadImages form

LoadImages ( String IDs ) : System

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

LoadImages() public méthode

Construct a LoadImages form
public LoadImages ( ) : System
Résultat System

LoadImages() public méthode

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.
Résultat System