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  阅读(104)  评论(0)    收藏  举报