标签:style blog color io art for
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 } }
标签:style blog color io art for
原文地址:http://www.cnblogs.com/rosizel/p/3864224.html