App/Payesh.Maui/AppShell.xaml.cs

10 lines
163 B
C#
Raw Normal View History

2023-09-08 17:03:31 +03:30
namespace Payesh.Maui
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}