| | |
| | | private List<GwAp> ApList; |
| | | |
| | | private int _userId = -1; |
| | | private int _userType = -1; |
| | | private string _userType = ""; |
| | | private string _account = ""; |
| | | string permissionsSQL = null; |
| | | |
| | |
| | | foreach (GwClient gwClient in this.ClientList) |
| | | { |
| | | if (this.AppContext.HasRight("502")) |
| | | stringBuilder.AppendFormat("<option value=\"{0}\" {2}>{0}-{1}</option>", (object)gwClient.ClientID, (object)gwClient.ClientName, gwClient.ClientID == this.SelectedClientID ? (object)"selected" : (object)""); |
| | | stringBuilder.AppendFormat("<option value=\"{0}\" {2}>{0}-{1}</option>", (object)gwClient.ClientID, (object)gwClient.Company, gwClient.ClientID == this.SelectedClientID ? (object)"selected" : (object)""); |
| | | } |
| | | } |
| | | return stringBuilder.ToString(); |