13 lines
200 B
C#
13 lines
200 B
C#
|
namespace TodoDetails
|
|||
|
{
|
|||
|
public partial class App : Application
|
|||
|
{
|
|||
|
public App()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
|
|||
|
MainPage = new AppShell();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|