if(typeof MainMaster == "undefined") MainMaster={};
MainMaster_class = function() {};
Object.extend(MainMaster_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	MyLogin: function(strLoginName, strLoginPwd) {
		return this.invoke("MyLogin", {"strLoginName":strLoginName, "strLoginPwd":strLoginPwd}, this.MyLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/MainMaster,App_Web_7bjodpbu.ashx'
}));
MainMaster = new MainMaster_class();

