 | IQsLog.ShowLogDialog 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: 23.3.0.0 (23.3.0.0)
Syntaxvoid ShowLogDialog(
IWin32Window Owner
)
Sub ShowLogDialog (
Owner As IWin32Window
)
void ShowLogDialog(
IWin32Window^ Owner
)
abstract ShowLogDialog :
Owner : IWin32Window -> unit
Parameters
- Owner
- Type: System.Windows.Forms.IWin32Window
IWin32Window Finestra genitore. Può essere null (Nothing in Visual Basic).
See Also