if(typeof OctWeb == "undefined") OctWeb={};
if(typeof OctWeb.Net == "undefined") OctWeb.Net={};
OctWeb.Net.MainPage_class = function() {};
Object.extend(OctWeb.Net.MainPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AutoCompletePays: function(csPays, count) {
		return this.invoke("AutoCompletePays", {"csPays":csPays, "count":count}, this.AutoCompletePays.getArguments().slice(2));
	},
	url: '/ajaxpro/OctWeb.Net.MainPage,App_Web_default.aspx.cdcab7d2.ashx'
}));
OctWeb.Net.MainPage = new OctWeb.Net.MainPage_class();

