Interface IMainWindow
Simplic studio main window interface. Deriving from this interface allows multiple simplic studio main windows.
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public interface IMainWindow
Methods
| Improve this Doc View SourceClose()
Close the main window
Declaration
void Close()
Show()
Show main window
Declaration
void Show()
ShowDialog()
Show main window as dialog
Declaration
bool? ShowDialog()
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> |