コード例 #1
0
 public App(string dbPath)
 {
     App.dbPath = dbPath;
     InitializeComponent();
     MainPage = new MuscleTrainingRecords00.MainPage()
     {
         BarBackgroundColor = Color.FromHex("#00bfff"),
         BarTextColor       = Color.White,
         BackgroundColor    = Color.FromHex("#00bfff"),
     };
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: jc-150461/MTR0001
 public App(string dbPath)
 {
     App.dbPath = dbPath;
     InitializeComponent();
     MainPage = new MuscleTrainingRecords00.MainPage();
 }