WizardPageType

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace WindowsFormsApplication3.Enums
{
    public enum WizardPageType
    {
        Start = 0,
        Intermediate = 1,
        Checkout=2,
        Fix = 3
    }
}

WizardPageType,布布扣,bubuko.com

时间: 2024-07-30 05:13:38

WizardPageType的相关文章

BaseWizardForm

using System; using System.Collections.Generic; using System.Linq; using System.Text; using WindowsFormsApplication3.DataStorge; using WindowsFormsApplication3.Jobs; using WindowsFormsApplication3.Enums; using System.Threading; namespace WindowsForms

Wizard Framework:一个自己开发的基于Windows Forms的向导开发框架

最近因项目需要,我自己设计开发了一个基于Windows Forms的向导开发框架,目前我已经将其开源,并发布了一个NuGet安装包.比较囧的一件事是,当我发布了NuGet安装包以后,发现原来已经有一个.NET的向导开发框架了,它叫Microsoft Visual Studio 2013 Wizard Framework.我并没有对其进行深入研究,单从名称上看,该框架是否只能在Visual Studio 2013下使用?上网搜索过,也没发现微软有比较详细的官方资料介绍这个框架.不过无论如何,我还是