Explorar o código

Changed reference to DocumentStore, which obviously no longer exists.

Kenric Nugteren hai 1 ano
pai
achega
1a7d754e23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 =>