@@ -300,6 +300,12 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\DataSimulation.Repostory\DataSimulation.Repostory.csproj">
+ <Project>{61d871de-8837-49a9-b141-c03a690a53af}</Project>
+ <Name>DataSimulation.Repostory</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
@@ -64,7 +64,7 @@ namespace DataSimulation.Forms.EditForms
(double startLon, double startLat, double centerLon, double centerLat, double endLon, double endLat, double lonRange, double latRange) = rect;
});
- var hjList =await SimulationInfoCache.GetAllAsync();
+ var hjList =await SimulationCache.GetAllAsync();
this.txtHj.UseDefault().SetData(hjList, nameof(SimulationInfo.SimulationName)).UseDoubleClickToSelectAll();
using (SimulationContext db = new SimulationContext())