Example #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            Database.SetInitializer(new EFContextInitializer());
            Context = new EFContext();

            AppearanceManager.Current.FontSize = FontSize.Large;
        }
Example #2
0
 public PcReports(EFContext db)
 {
     _db = db;
 }