WizardButtonState

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

namespace WindowsFormsApplication3.Enums
{
    public enum WizardButtonState
    {
        Enabled = 1,
        Visible = 2
    }
}

WizardButtonState,布布扣,bubuko.com

时间: 2024-10-29 19:06:33

WizardButtonState的相关文章