9 lines
140 B
C#
9 lines
140 B
C#
|
namespace WheresMyMoney.Maui;
|
|||
|
|
|||
|
public partial class AppShell : Shell
|
|||
|
{
|
|||
|
public AppShell()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|