refactoring for the next stage

This commit is contained in:
Daniel Clark
2021-02-12 23:23:41 +00:00
parent e459a85f02
commit 84afcf0be3
50 changed files with 389 additions and 460 deletions
@@ -12,11 +12,11 @@ namespace NotificationFlyoutSample.Host
{
var app = new App();
new NotificationFlyoutApplication
{
{
Flyout = new Shell()
};
app.Run();
}
}
}
}
}