101 |
else if (radTSother.Checked) |
else if (radTSother.Checked) |
102 |
ATSGlobals.terminalServerConfig = 1; |
ATSGlobals.terminalServerConfig = 1; |
103 |
else |
else |
104 |
throw new Exception("Undefined terminal servers config. 42001"); |
{ |
105 |
|
string error = "Error: Undefined terminal servers config (42001)"; |
106 |
|
using (log4net.NDC.Push(string.Format("terminalServerConfig={0}", ATSGlobals.terminalServerConfig))) |
107 |
|
{ |
108 |
|
Logging.ATSAdminLog.Error(error); |
109 |
|
} |
110 |
|
MessageBox.Show(string.Format("{0} -> {1}", error, string.Format("terminalServerConfig={0}", ATSGlobals.terminalServerConfig))); |
111 |
|
return; |
112 |
|
} |
113 |
|
|
114 |
|
|
115 |
string strPath; // The TFTP path |
string strPath; // The TFTP path |