20 lines
820 B
C#
20 lines
820 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.42
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WebsitePanel.Portal {
|
|
|
|
public partial class SettingsEditor {
|
|
protected System.Web.UI.UpdatePanel updatePanelUsers;
|
|
protected System.Web.UI.WebControls.DropDownList ddlOverride;
|
|
protected System.Web.UI.WebControls.PlaceHolder settingsPlace;
|
|
protected System.Web.UI.WebControls.Button btnSave;
|
|
protected System.Web.UI.WebControls.Button btnCancel;
|
|
}
|
|
}
|