mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
13 lines
242 B
C#
13 lines
242 B
C#
namespace Borepin.UWP
|
|
{
|
|
public sealed partial class MainPage
|
|
{
|
|
public MainPage()
|
|
{
|
|
this.InitializeComponent();
|
|
|
|
LoadApplication(new Borepin.App(new PlatformInitializer()));
|
|
}
|
|
}
|
|
}
|