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 } }
时间: 2024-10-12 08:15:34
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 } }