addNamespace("Netshirt_Main");
Netshirt_Main_class = function() {};
Object.extend(Netshirt_Main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoginRequest: function(Username, Password, RememberMe) {
		return this.invoke("LoginRequest", {"Username":Username, "Password":Password, "RememberMe":RememberMe}, this.LoginRequest.getArguments().slice(3));
	},
	AJAXLocalize: function(SentenceKey, GroupName) {
		return this.invoke("AJAXLocalize", {"SentenceKey":SentenceKey, "GroupName":GroupName}, this.AJAXLocalize.getArguments().slice(2));
	},
	GetFlashSessionDataString: function() {
		return this.invoke("GetFlashSessionDataString", {}, this.GetFlashSessionDataString.getArguments().slice(0));
	},
	RaiseOrder: function(LineNo) {
		return this.invoke("RaiseOrder", {"LineNo":LineNo}, this.RaiseOrder.getArguments().slice(1));
	},
	url: '/LoveTheTouchDesigner/ajaxpro/Netshirt_Main,App_Web_ly2y2s1q.ashx'
}));
Netshirt_Main = new Netshirt_Main_class();

