Beispiel #1
0
 public void SetEnabled(bool enabled)
 {
     this.enabled = enabled;
     Icon?.SetVisible(enabled);
 }