コード例 #1
0
ファイル: App.xaml.cs プロジェクト: kneefer/CurrencyCalc
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            Database.SetInitializer(new EFContextInitializer());
            Context = new EFContext();

            AppearanceManager.Current.FontSize = FontSize.Large;
        }
コード例 #2
0
ファイル: PcReports.cs プロジェクト: koder05/fogel-ba
 public PcReports(EFContext db)
 {
     _db = db;
 }