Example #1
0
 public void RemoveFlag(int flag)
 {
     _Value.RemoveFlag(flag);
     UpdateLabel();
     OnValueChanged.Invoke(Value);
 }