if(typeof NetWorkLabWeb == "undefined") NetWorkLabWeb={};
NetWorkLabWeb._Default_class = function() {};
Object.extend(NetWorkLabWeb._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDs: function(RoomID, TSpan, PointNum) {
		return this.invoke("GetDs", {"RoomID":RoomID, "TSpan":TSpan, "PointNum":PointNum}, this.GetDs.getArguments().slice(3));
	},
	GetItem: function(item) {
		return this.invoke("GetItem", {"item":item}, this.GetItem.getArguments().slice(1));
	},
	GetLabInfo: function(RoomID) {
		return this.invoke("GetLabInfo", {"RoomID":RoomID}, this.GetLabInfo.getArguments().slice(1));
	},
	GetMemberInfo: function(RoomID) {
		return this.invoke("GetMemberInfo", {"RoomID":RoomID}, this.GetMemberInfo.getArguments().slice(1));
	},
	url: '/NetTest/ajaxpro/NetWorkLabWeb._Default,NetWorkLabWeb.ashx'
}));
NetWorkLabWeb._Default = new NetWorkLabWeb._Default_class();

