We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bea9ca commit 8fff15bCopy full SHA for 8fff15b
ChatApplication/ChatApplication/App.xaml.cs
@@ -9,7 +9,7 @@ public App()
9
10
protected override Window CreateWindow(IActivationState? activationState)
11
{
12
- return new Window(new AppShell());
+ return new Window(new MainPage());
13
}
14
15
ChatApplication/ChatApplication/AppShell.xaml
ChatApplication/ChatApplication/AppShell.xaml.cs
0 commit comments