protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); Database.SetInitializer(new EFContextInitializer()); Context = new EFContext(); AppearanceManager.Current.FontSize = FontSize.Large; }
public PcReports(EFContext db) { _db = db; }