Relative.ButtonStateVar.ButtonStateVar C# (CSharp) 메소드

ButtonStateVar() 공개 메소드

public ButtonStateVar ( MouseButtons button, Label label ) : System
button MouseButtons
label System.Windows.Forms.Label
리턴 System
        public ButtonStateVar(MouseButtons button, Label label)
        {
            mLabel = label;
            mState = new ButtonStateNone(this, button);
        }