25 lines
783 B
C#
Executable File
25 lines
783 B
C#
Executable File
using System;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
namespace Mocha.Web.MasterPages
|
|
{
|
|
public partial class Default
|
|
{
|
|
protected System.Web.UI.WebControls.Label lblTaskTitle;
|
|
protected Mocha.Web.Controls.InstanceBrowser ibTaskTitle;
|
|
protected System.Web.UI.WebControls.Label lblTaskSubtitle;
|
|
protected Mocha.Web.Controls.InstanceBrowser ibTaskSubtitle;
|
|
protected System.Web.UI.WebControls.Label lblLegalNoticeText;
|
|
protected System.Web.UI.WebControls.Label lblUserName;
|
|
protected System.Web.UI.HtmlControls.HtmlGenericControl ul;
|
|
protected System.Web.UI.WebControls.Panel pnlPageFooter;
|
|
|
|
protected System.Web.UI.HtmlControls.HtmlGenericControl divMegaMenu;
|
|
|
|
protected MBS.Web.Controls.Menu mnuUserMenu;
|
|
|
|
protected MBS.Web.Controls.Button btnUserName;
|
|
|
|
}
|
|
}
|