Skip to content

Commit 8fff15b

Browse files
committed
Changes done in App.xaml
1 parent 0bea9ca commit 8fff15b

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

ChatApplication/ChatApplication/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public App()
99

1010
protected override Window CreateWindow(IActivationState? activationState)
1111
{
12-
return new Window(new AppShell());
12+
return new Window(new MainPage());
1313
}
1414
}
1515
}

ChatApplication/ChatApplication/AppShell.xaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

ChatApplication/ChatApplication/AppShell.xaml.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)