if(typeof Wesoft == "undefined") Wesoft={};
if(typeof Wesoft.Sys == "undefined") Wesoft.Sys={};
if(typeof Wesoft.Sys.FrameWork == "undefined") Wesoft.Sys.FrameWork={};
if(typeof Wesoft.Sys.FrameWork.Common == "undefined") Wesoft.Sys.FrameWork.Common={};
if(typeof Wesoft.Sys.FrameWork.Common.Base == "undefined") Wesoft.Sys.FrameWork.Common.Base={};
if(typeof Wesoft.Sys.FrameWork.Common.Base.FunctionBase == "undefined") Wesoft.Sys.FrameWork.Common.Base.FunctionBase={};
Wesoft.Sys.FrameWork.Common.Base.FunctionBase_class = function() {};
Object.extend(Wesoft.Sys.FrameWork.Common.Base.FunctionBase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ExecuteAjaxDataSetEvents: function(_pfd, urls, eventID, ds) {
		return this.invoke("ExecuteAjaxDataSetEvents", {"_pfd":_pfd, "urls":urls, "eventID":eventID, "ds":ds}, this.ExecuteAjaxDataSetEvents.getArguments().slice(4));
	},
	ExecuteAjaxEvents: function(_pfd, urls, eventID, parameters) {
		return this.invoke("ExecuteAjaxEvents", {"_pfd":_pfd, "urls":urls, "eventID":eventID, "parameters":parameters}, this.ExecuteAjaxEvents.getArguments().slice(4));
	},
	url: '/ajaxpro/Wesoft.Sys.FrameWork.Common.Base.FunctionBase,Wesoft.ashx'
}));
Wesoft.Sys.FrameWork.Common.Base.FunctionBase = new Wesoft.Sys.FrameWork.Common.Base.FunctionBase_class();

