Метод | Описание | |
---|---|---|
AppWaitForm ( ) : System | ||
GetEnumerator ( ) : IEnumerator |
||
ProcessCommand ( |
||
SetCaption ( string caption ) : void | ||
SetDescription ( string description ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnShown ( |
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
System ( ) : System.Collections.IEnumerator |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnShown ( |
||
e | ||
Результат | void |
public ProcessCommand ( |
||
cmd | ||
arg | object | |
Результат | void |
public SetCaption ( string caption ) : void | ||
caption | string | |
Результат | void |
public SetDescription ( string description ) : void | ||
description | string | |
Результат | void |