IQsLog.ShowLogDialog Method (IWin32Window)

QsInformatica.Utils

IQsLogShowLogDialog Method (IWin32Window)

Visualizza la finestra di dialogo contenente il file Log da mostrare all'utente.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
void ShowLogDialog(
	IWin32Window Owner
)
Sub ShowLogDialog ( 
	Owner As IWin32Window
)
void ShowLogDialog(
	IWin32Window^ Owner
)
abstract ShowLogDialog : 
        Owner : IWin32Window -> unit 

Parameters

Owner
Type: System.Windows.FormsIWin32Window
IWin32Window Finestra genitore. Può essere null (Nothing in Visual Basic).
See Also