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

            AppearanceManager.Current.FontSize = FontSize.Large;
        }
Exemplo n.º 2
0
 public PcReports(EFContext db)
 {
     _db = db;
 }