e, string _Dir, string _Url, int _ServerGroupID, string _xmlStrServerShops) { this._ServerID = _ServerID; this._ServerName = _ServerName; this._IP = _IP; this._DomainName = _DomainName; this._Dir = _Dir; this._Url = _Url; this._ServerGroupID = _ServerGroupID; this._ServerShops = Common.Utilities.SerializationHelper<MServerShopCollection>.FromXML(_xmlStrServerShops); } #endregion
#region property /// <summary> /// 服务器ID /// </summary> public int ServerID { get { return _ServerID; } &n 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |