diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-13 15:19:30 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-13 15:19:30 +0300 |
| commit | d9494ce93f4c6df9688427602167122858c39cd8 (patch) | |
| tree | 2ac8059741d1a011146a771208404bb5748e8014 /Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj | |
| parent | 2b60eec02c440788a270bb5feda369dc23bd0de7 (diff) | |
| download | Tango-d9494ce93f4c6df9688427602167122858c39cd8.tar.gz Tango-d9494ce93f4c6df9688427602167122858c39cd8.zip | |
Improved automatic bug reporting!
Fixed issue where log out /log in keeps previous available machines for connection.
Added machine disconnection + confirmation on log out.
Diffstat (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj b/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj index c9eafa8ce..a3767bd34 100644 --- a/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj +++ b/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj @@ -92,6 +92,8 @@ <Compile Include="Input\Touch\TouchInjector.cs" /> <Compile Include="IScreenCaptureEngine.cs" /> <Compile Include="MaxDifferencesReachedException.cs" /> + <Compile Include="Network\GetScreenshotRequest.cs" /> + <Compile Include="Network\GetScreenshotResponse.cs" /> <Compile Include="Network\KeyboardEventType.cs" /> <Compile Include="Network\KeyboardStateRequest.cs" /> <Compile Include="Network\KeyboardStateResponse.cs" /> |
