Преглед на файлове

Changed reference to DocumentStore, which obviously no longer exists.

Kenric Nugteren преди 1 година
родител
ревизия
1a7d754e23
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      prs.desktop/MainWindow.xaml.cs

+ 1 - 1
prs.desktop/MainWindow.xaml.cs

@@ -1403,7 +1403,7 @@ public partial class MainWindow : IPanelHostControl
         DbFactory.Stores = CoreUtils.TypeList(
             new[]
             {
-                typeof(DocumentStore).Assembly,
+                typeof(Store<>).Assembly,
                 typeof(EquipmentStore).Assembly
             },
             myType =>