11 lines
131 B
C#
11 lines
131 B
C#
namespace Test.Replicate
|
|
{
|
|
public partial class AppShell : Shell
|
|
{
|
|
public AppShell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|