protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var mammoExpertDb = typeof(PatientDbConnectionRepository); var mammoExpertWorkList = typeof(PatientRepositoryDicom); // Создаем главное окно Factory.CreateMainView(); }