Add project files.
This commit is contained in:
10
AdventureWorks.MAUI/AppShell.xaml.cs
Normal file
10
AdventureWorks.MAUI/AppShell.xaml.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace AdventureWorks.MAUI
|
||||
{
|
||||
public partial class AppShell : Shell
|
||||
{
|
||||
public AppShell()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user