Преглед изворни кода

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 =>