Metodo QsUIShowLogForm(String, String)
|
Metodo per mostrare il LogForm
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 28.0.0
Sintassipublic static void ShowLogForm(
string name,
string text
)
Public Shared Sub ShowLogForm (
name As String,
text As String
)
public:
static void ShowLogForm(
String^ name,
String^ text
)
static member ShowLogForm :
name : string *
text : string -> unit
Parametri
- name String
- titolo form
- text String
- contenuto form
Vedi anche