radial progressbar

This commit is contained in:
Rene Schwarz
2021-04-14 00:53:57 +02:00
parent cf7b9abcf0
commit e220c09ec3
61 changed files with 2449 additions and 262 deletions

View File

@@ -9,13 +9,16 @@
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="Controls\ProgressBar\HalfRoundProgressbar.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Controls\ServerModules\ServerModule.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\DashboardPages\MainDashboardPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\DashboardPages\ModuleCRUD\CreateModulePopup.xaml.cs">
<Compile Update="Controls\Dashboard\CRUD Popup\CreateModulePopup.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\DashboardWindow.xaml.cs">
@@ -23,6 +26,9 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Controls\ProgressBar\HalfRoundProgressbar.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\ServerModules\ServerModule.xaml">
<SubType>Designer</SubType>
</Page>
@@ -32,7 +38,7 @@
<Page Update="Views\DashboardPages\MainDashboardPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\DashboardPages\ModuleCRUD\CreateModulePopup.xaml">
<Page Update="Controls\Dashboard\CRUD Popup\CreateModulePopup.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\DashboardWindow.xaml">