Your IP : 192.168.165.1


Current Path : C:/Windows/Microsoft.NET/Framework/v4.0.30319/ASP.NETWebAdminFiles/App_Code/
Upload File :
Current File : C:/Windows/Microsoft.NET/Framework/v4.0.30319/ASP.NETWebAdminFiles/App_Code/NavigationBar.cs

//------------------------------------------------------------------------------
// <copyright file="WebAdminPage.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>
//------------------------------------------------------------------------------

namespace System.Web.Administration {
    using System.Web.UI;
    using System.Configuration;
    using System.Web.Configuration;

    // Base class for use elsewhere in the code directory
    public abstract class NavigationBar : UserControl {

        public abstract void SetSelectedIndex(int index);
    }
}