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