We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed9265 commit 92ba6d4Copy full SHA for 92ba6d4
Source/NETworkManager.Profiles/Application/RemoteDesktop.cs
@@ -1,6 +1,5 @@
1
using NETworkManager.Models.RemoteDesktop;
2
using NETworkManager.Settings;
3
-using System.Windows.Forms;
4
5
namespace NETworkManager.Profiles.Application
6
{
@@ -59,7 +58,8 @@ public static RemoteDesktopSessionInfo CreateSessionInfo()
59
58
60
public static RemoteDesktopSessionInfo CreateSessionInfo(ProfileInfo profileInfo)
61
62
- var info = new RemoteDesktopSessionInfo();
+ var info = CreateSessionInfo();
+
63
// Override hostname
64
info.Hostname = profileInfo.Host;
65
0 commit comments