Skip to content

Commit

Permalink
Moved class diagraphs to nUpdate.Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgTrade committed Apr 17, 2015
1 parent 82a2f33 commit 3cb7e50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions nUpdate/UpdaterUi.cd → nUpdate/Updating/UpdaterUI.cd
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="nUpdate.Updating.UpdaterUi">
<Position X="0.5" Y="0.5" Width="2.25" />
<Class Name="nUpdate.Updating.UpdaterUI">
<Position X="0.5" Y="0.5" Width="3" />
<Members>
<Field Name="_context" Hidden="true" />
<Field Name="_isTaskRunning" Hidden="true" />
<Field Name="_lp" Hidden="true" />
<Field Name="_resetEvent" Hidden="true" />
<Field Name="_updateAvailable" Hidden="true" />
<Field Name="_searchResetEvent" Hidden="true" />
<Field Name="_updateManager" Hidden="true" />
<Method Name="SearchFinishedEventHandler" Hidden="true" />
<Field Name="_updatesAvailable" Hidden="true" />
<Method Name="SearchFinished" Hidden="true" />
<Method Name="UpdateDownloadDialogCancelButtonClick" Hidden="true" />
<Method Name="UpdateSearchDialogCancelButtonClick" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAACAAAggAFIAAAEAIAEAAAAAAAAACQAAAAAAAAAg=</HashCode>
<FileName>Updating\UpdaterUi.cs</FileName>
<HashCode>AAAAAAIAAgABFIAAAAAIAEAAAAAAAAACQAAAAAAAAQg=</HashCode>
<FileName>Updating\UpdaterUI.cs</FileName>
</TypeIdentifier>
</Class>
<Font Name="Segoe UI" Size="9" />
Expand Down
4 changes: 2 additions & 2 deletions nUpdate/nUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@
<ItemGroup>
<EmbeddedResource Include="Core\Localization\de-DE.json" />
<None Include="app.config" />
<None Include="Updating\UpdaterUI.cd" />
<None Include="packages.config" />
<None Include="UpdaterUi.cd" />
<None Include="UpdateVersion.cd" />
<None Include="Updating\UpdateVersion.cd" />
<None Include="Updating\UpdateManager.cd" />
<None Include="Core\Localization\de-AT.json" />
<None Include="Core\Localization\de-CH.json" />
Expand Down

0 comments on commit 3cb7e50

Please sign in to comment.