コード例 #1
0
ファイル: App.xaml.cs プロジェクト: Hecedu/SQLiteLabInitial
 public App()
 {
     InitializeComponent();
     FolderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData));
     MainPage   = new AppShell();
 }
コード例 #2
0
        public App()
        {
            InitializeComponent();

            MainPage = new AppShell();
        }
コード例 #3
0
ファイル: App.xaml.cs プロジェクト: andrkuu/Notes
 public App(string ExternalPath)
 {
     InitializeComponent();
     MainPage         = new AppShell();
     App.ExternalPath = ExternalPath;
 }