Inheritance: ButtonState, State
Exemplo n.º 1
0
 public ButtonStateVar(MouseButtons button, Label label)
 {
     mLabel = label;
     mState = new ButtonStateNone(this, button);
 }
Exemplo n.º 2
0
 public ButtonStateVar(MouseButtons button, Label label)
 {
     mLabel = label;
     mState = new ButtonStateNone(this, button);
 }