10 lines
163 B
C#
10 lines
163 B
C#
|
|
namespace Payesh.Maui
|
|||
|
|
{
|
|||
|
|
public partial class AppShell : Shell
|
|||
|
|
{
|
|||
|
|
public AppShell()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|