Свойство | Тип | Описание | |
---|---|---|---|
label1 | System.Windows.Forms.Label |
Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Loading ( ) : System | ||
ShowLoading ( string Text, IWin32Window owner = null ) : |
Create a new dialog or use an existing one if its still valid
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
Frm_Closing ( object sender, CancelEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public static ShowLoading ( string Text, IWin32Window owner = null ) : |
||
Text | string | |
owner | IWin32Window | |
Результат |