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
    }
}
posted on 2014-07-23 23:01  rosizel  阅读(80)  评论(0编辑  收藏  举报