Move remote connection to Devices.

This commit is contained in:
2019-10-12 22:51:50 +01:00
parent b655b617c8
commit 58b2b84f0a
4 changed files with 137 additions and 99 deletions

View File

@@ -55,6 +55,7 @@
<Compile Include="Enums.cs" />
<Compile Include="Remote\Consts.cs" />
<Compile Include="Remote\Enums.cs" />
<Compile Include="Remote\Remote.cs" />
<Compile Include="Remote\Structs.cs" />
<Compile Include="Windows\Extern.cs" />
<Compile Include="Windows\ListDevices.cs" />