diff --git a/View/MonitorView.xaml.cs b/View/MonitorView.xaml.cs index b979149..63b8c87 100644 --- a/View/MonitorView.xaml.cs +++ b/View/MonitorView.xaml.cs @@ -128,7 +128,7 @@ namespace SunlightCentralizedControlManagement_SCCM_.View DataRow drEmployee = MainWindowViewModel.Machines.Select("NAME='" + machine + "'").First(); string host = drEmployee.Field("IP"); int port = Convert.ToInt16(drEmployee.Field("PORT")); - string password = drEmployee.Field("SYSKEY"); + string password = "123456";//drEmployee.Field("SYSKEY"); if (await PingTest(host)) {