App/Payesh.Maui/App.xaml.cs

12 lines
199 B
C#
Raw Permalink Normal View History

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