Class MainWindowExportAttribute
Exports a window as shell window.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class MainWindowExportAttribute : ExportAttribute
Remarks
This is optional and the exported window is only used if no MainWindow is set during Run().
If you do not export a window using this attribute and you do not set MainWindow during Run() The SAF will provide a default MainWindow for you.
Constructors
View SourceMainWindowExportAttribute()
Initializes a new instance of the MainWindowExportAttribute class.
Declaration
public MainWindowExportAttribute()