1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Added live stats to desktop and routing.

This commit is contained in:
Ylian Saint-Hilaire
2020-08-16 20:46:11 -07:00
parent a5aa411b60
commit 3437204c51
15 changed files with 5430 additions and 35 deletions

View File

@@ -124,6 +124,18 @@
<Compile Include="KVMSettingsForm.Designer.cs">
<DependentUpon>KVMSettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="MappingStats.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MappingStats.Designer.cs">
<DependentUpon>MappingStats.cs</DependentUpon>
</Compile>
<Compile Include="KVMStats.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="KVMStats.Designer.cs">
<DependentUpon>KVMStats.cs</DependentUpon>
</Compile>
<Compile Include="KVMViewer.cs">
<SubType>Form</SubType>
</Compile>
@@ -428,6 +440,12 @@
<EmbeddedResource Include="KVMSettingsForm.resx">
<DependentUpon>KVMSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MappingStats.resx">
<DependentUpon>MappingStats.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="KVMStats.resx">
<DependentUpon>KVMStats.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="KVMViewer.resx">
<DependentUpon>KVMViewer.cs</DependentUpon>
</EmbeddedResource>