DesktopApplicationExtensions.

RunWithMainWindow<TWindow>(Application) Method

Syntax

public static void RunWithMainWindow<TWindow>(this Application app) where TWindow : Window, new()

Type Parameters

Name Description
TWindow

Parameters

Name Type Description
app Application

Return Value

Type Description
void