WizardButtonState

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

namespace WindowsFormsApplication3.Enums
{
    public enum WizardButtonState
    {
        Enabled = 1,
        Visible = 2
    }
}
posted on 2014-07-23 23:00  rosizel  阅读(99)  评论(0编辑  收藏  举报