首页 > 代码库 > WizardPageType

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    }}