if(typeof EasyFlow == "undefined") EasyFlow={};
if(typeof EasyFlow.WebApplications == "undefined") EasyFlow.WebApplications={};
if(typeof EasyFlow.WebApplications.Frontend == "undefined") EasyFlow.WebApplications.Frontend={};
EasyFlow.WebApplications.Frontend.RenderMarkup_class = function() {};
Object.extend(EasyFlow.WebApplications.Frontend.RenderMarkup_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(username, password, currentPath, rootContentNodeIdString, languageIdString, tildeReplacement, uiCulture) {
		return this.invoke("Login", {"username":username, "password":password, "currentPath":currentPath, "rootContentNodeIdString":rootContentNodeIdString, "languageIdString":languageIdString, "tildeReplacement":tildeReplacement, "uiCulture":uiCulture}, this.Login.getArguments().slice(7));
	},
	SendMailWithPassword: function(email, uiCulture) {
		return this.invoke("SendMailWithPassword", {"email":email, "uiCulture":uiCulture}, this.SendMailWithPassword.getArguments().slice(2));
	},
	url: '/ajaxpro/EasyFlow.WebApplications.Frontend.RenderMarkup,CloudSprout.WebApplications.Frontend.ashx'
}));
EasyFlow.WebApplications.Frontend.RenderMarkup = new EasyFlow.WebApplications.Frontend.RenderMarkup_class();


