HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Windows/Microsoft.NET/Framework64/v4.0.30319/ASP.NETWebAdminFiles/App_Code/WizardPage.cs
//------------------------------------------------------------------------------
// <copyright file="WizardPage.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>
//------------------------------------------------------------------------------

namespace System.Web.Administration {

    public abstract class WizardPage : WebAdminPage {
        public abstract void DisableWizardButtons();
        public abstract void EnableWizardButtons();
        public abstract void SaveActiveView();
    }
}