Skip to content

Commit

Permalink
Sample connection remarked
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Sep 28, 2023
1 parent 07a8fc7 commit 358403d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/RoyalApps.Community.Rdp.WinForms.Demo/RdpForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ public RdpForm()
Items = { remoteDesktopMenu, changeMenu }
};

_rdpControl.RdpConfiguration.Server = "10.0.0.200";
_rdpControl.RdpConfiguration.Credentials.Username = "Administrator";
_rdpControl.RdpConfiguration.Credentials.Password = "Administrator";
// Sample Connection
// _rdpControl.RdpConfiguration.Server = "10.0.0.200";
// _rdpControl.RdpConfiguration.Credentials.Username = "Administrator";
// _rdpControl.RdpConfiguration.Credentials.Password = new SensitiveString("Administrator");


_rdpControl.OnConnected += (_, _) =>
Expand Down

0 comments on commit 358403d

Please # to comment.