11 lines
157 B
C#
11 lines
157 B
C#
![]() |
namespace Proj
|
|||
|
{
|
|||
|
public partial class AppShell : Shell
|
|||
|
{
|
|||
|
public AppShell()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|