mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2024-11-24 07:00:47 +00:00
11 lines
160 B
C#
11 lines
160 B
C#
namespace Lottery
|
|
{
|
|
public partial class AppShell : Shell
|
|
{
|
|
public AppShell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|