9 lines
134 B
C#
9 lines
134 B
C#
|
namespace autosos_maui;
|
|||
|
|
|||
|
public partial class AppShell : Shell
|
|||
|
{
|
|||
|
public AppShell()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|