C# Class WikiFunctions.Logging.UploadingPleaseWaitForm

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Protected Properties

Свойство Type Description
Label1 System.Windows.Forms.Label
PictureBox1 System.Windows.Forms.PictureBox

Méthodes publiques

Méthode Description
UploadingPleaseWaitForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form_Closing ( object sender, FormClosingEventArgs e ) : void
Form_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

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

UploadingPleaseWaitForm() public méthode

public UploadingPleaseWaitForm ( ) : System
Résultat System

Property Details

Label1 protected_oe property

protected System.Windows.Forms.Label Label1
Résultat System.Windows.Forms.Label

PictureBox1 protected_oe property

protected System.Windows.Forms.PictureBox PictureBox1
Résultat System.Windows.Forms.PictureBox