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

Much improved with device list and quick mapping buttons.

This commit is contained in:
Ylian Saint-Hilaire
2020-03-21 00:18:14 -07:00
parent b105a65008
commit 106511023e
21 changed files with 2515 additions and 584 deletions

View File

@@ -110,6 +110,12 @@
<Compile Include="MappingHelpForm.Designer.cs">
<DependentUpon>MappingHelpForm.cs</DependentUpon>
</Compile>
<Compile Include="DeviceUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="DeviceUserControl.Designer.cs">
<DependentUpon>DeviceUserControl.cs</DependentUpon>
</Compile>
<Compile Include="MapUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -156,6 +162,9 @@
<EmbeddedResource Include="MappingHelpForm.resx">
<DependentUpon>MappingHelpForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DeviceUserControl.resx">
<DependentUpon>DeviceUserControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MapUserControl.resx">
<DependentUpon>MapUserControl.cs</DependentUpon>
</EmbeddedResource>