if(typeof EasyFlow == "undefined") EasyFlow={};
if(typeof EasyFlow.WebApplications == "undefined") EasyFlow.WebApplications={};
if(typeof EasyFlow.WebApplications.Frontend == "undefined") EasyFlow.WebApplications.Frontend={};
if(typeof EasyFlow.WebApplications.Frontend.Layout == "undefined") EasyFlow.WebApplications.Frontend.Layout={};
if(typeof EasyFlow.WebApplications.Frontend.Layout.Controls == "undefined") EasyFlow.WebApplications.Frontend.Layout.Controls={};
EasyFlow.WebApplications.Frontend.Layout.Controls.TemplateControl_class = function() {};
Object.extend(EasyFlow.WebApplications.Frontend.Layout.Controls.TemplateControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(fromEmail, toEmail, subject, body, isBodyHtml) {
		return this.invoke("SendMail", {"fromEmail":fromEmail, "toEmail":toEmail, "subject":subject, "body":body, "isBodyHtml":isBodyHtml}, this.SendMail.getArguments().slice(5));
	},
	url: '/ajaxpro/EasyFlow.WebApplications.Frontend.Layout.Controls.TemplateControl,CloudSprout.WebApplications.Frontend.ashx'
}));
EasyFlow.WebApplications.Frontend.Layout.Controls.TemplateControl = new EasyFlow.WebApplications.Frontend.Layout.Controls.TemplateControl_class();


