Skip to content

Commit 37c7eb9

Browse files
authored
Fix WPF startup example (#41)
1 parent 71f9d3f commit 37c7eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/getting-started/csharp.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Get started with .NET 5+ (cross-platform) or .NET Framework.
5353
[STAThread]
5454
private static void Main(string[] args)
5555
{
56+
VelopackApp.Build().Run();
5657
App app = new();
5758
app.InitializeComponent();
5859
app.Run();

0 commit comments

Comments
 (0)