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) {
		return this.invoke("Login", {"username":username, "password":password, "currentPath":currentPath, "rootContentNodeIdString":rootContentNodeIdString, "languageIdString":languageIdString}, this.Login.getArguments().slice(5));
	},
	Ping: function() {
		return this.invoke("Ping", {}, this.Ping.getArguments().slice(0));
	},
	url: '/ajaxpro/EasyFlow.WebApplications.Frontend.RenderMarkup,EasyFlow.WebApplications.Frontend.ashx'
}));
EasyFlow.WebApplications.Frontend.RenderMarkup = new EasyFlow.WebApplications.Frontend.RenderMarkup_class();


