11 lines
160 B
C#
11 lines
160 B
C#
namespace AppSAV;
|
|
|
|
public partial class App : Application
|
|
{
|
|
public App()
|
|
{
|
|
InitializeComponent();
|
|
|
|
MainPage = new AppShell();
|
|
}
|
|
} |