C# Класс WikiFunctions.Logging.UploadingPleaseWaitForm

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
Label1 System.Windows.Forms.Label
PictureBox1 System.Windows.Forms.PictureBox

Открытые методы

Метод Описание
UploadingPleaseWaitForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

UploadingPleaseWaitForm() публичный Метод

public UploadingPleaseWaitForm ( ) : System
Результат System

Описание свойств

Label1 защищенное свойство

protected System.Windows.Forms.Label Label1
Результат System.Windows.Forms.Label

PictureBox1 защищенное свойство

protected System.Windows.Forms.PictureBox PictureBox1
Результат System.Windows.Forms.PictureBox