12 lines
208 B
C#
12 lines
208 B
C#
namespace Blahblah.FlowerStory
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
public App()
|
|
{
|
|
InitializeComponent();
|
|
|
|
MainPage = new AppShell();
|
|
}
|
|
}
|
|
} |