13 lines
207 B
C#
13 lines
207 B
C#
namespace WorkFlowCheck.MAUI
|
|
{
|
|
public partial class App : Application
|
|
{
|
|
public App()
|
|
{
|
|
InitializeComponent();
|
|
|
|
MainPage = new AppShell();
|
|
}
|
|
}
|
|
}
|