diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-11-24 11:39:13 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-11-24 11:39:13 +0200 |
| commit | 1933d5fa40cf2b7187b4b81cda9bae27cbd53b31 (patch) | |
| tree | 84b42db2f3dd644ec8ff349ce7aa17f65e2f175a /Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs | |
| parent | fbd89edca2790b5c6a17927be8efa1c796f51dc0 (diff) | |
| download | Tango-1933d5fa40cf2b7187b4b81cda9bae27cbd53b31.tar.gz Tango-1933d5fa40cf2b7187b4b81cda9bae27cbd53b31.zip | |
Fixed remote desktop prevent print with no permission.
Diffstat (limited to 'Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs b/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs index 19f82b063..0db96b3d8 100644 --- a/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs +++ b/Software/Visual_Studio/Tango.WebRTC/WebRtcClient.cs @@ -104,6 +104,8 @@ namespace Tango.WebRTC public bool IsInitialized { get; private set; } public bool IsReady { get; private set; } + public Object Tag { get; set; } + #endregion #region Constructors |
