Basic implementation of updating which shop is active.

This commit is contained in:
Patrick Fic
2020-01-20 12:28:08 -08:00
parent 73a2cb4fcb
commit bc5cb13113
9 changed files with 299 additions and 12 deletions

View File

@@ -251,6 +251,7 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Models\Bodyshop.cs" />
<Compile Include="Models\DTO_Base.cs" />
<Compile Include="Models\DTO_QueueItem.cs" />
<Compile Include="Models\Monitor.cs" />
@@ -264,6 +265,7 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Utils\ApplicationExceptionHandler.cs" />
<Compile Include="Utils\AppMetaData.cs" />
<Compile Include="Utils\Auth.cs" />
<Compile Include="Utils\BaseModel.cs" />
@@ -278,6 +280,7 @@
</Compile>
<Compile Include="Utils\Growls\Notification.cs" />
<Compile Include="Utils\JobProcessingQueue.cs" />
<Compile Include="Utils\JsonConverter.cs" />
<Compile Include="Utils\LoginHelpers.cs" />
<Compile Include="Utils\RelayCommand.cs" />
<Compile Include="Utils\TrayIcon.cs" />