C# Class Perforce.ChooseClientSpecForm

Afficher le fichier Open project: jurney/P4Backup

Méthodes publiques

Méthode Description
ChooseClientSpecForm ( string currentClientSpec ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddItems ( List clients ) : void
ChooseClientSpecForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ChooseClientSpecForm_Load ( object sender, EventArgs e ) : void
EventDoWork ( object sender, DoWorkEventArgs e ) : void
EventProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
EventRunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
InitializeComponent ( ) : void

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

RemoveItem ( string client ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
listBoxClientSpecs_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ChooseClientSpecForm() public méthode

public ChooseClientSpecForm ( string currentClientSpec ) : System
currentClientSpec string
Résultat System

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