using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace NopSolutions.NopCommerce.Web.MasterPages{ public partial class root : BaseNopMasterPage { protected override void OnLoad(EventArgs e) { base.OnLoad(e); } } }