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