Skip to content

Commit 0d84e33

Browse files
committed
fix WPF Application ambiguity with WinForms
Made-with: Cursor
1 parent bb0af84 commit 0d84e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PassTheStick.Host/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace PassTheStick.Host;
44

5-
public partial class App : Application
5+
public partial class App : System.Windows.Application
66
{
77
private void App_OnStartup(object sender, StartupEventArgs e)
88
{

0 commit comments

Comments
 (0)