Quellcode durchsuchen

Changed reference to DocumentStore, which obviously no longer exists.

Kenric Nugteren vor 1 Jahr
Ursprung
Commit
1a7d754e23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 =>