Exemple #1
0
 public override void CharInput(char c)
 {
     base.CharInput(c);
     Background?.CharInput(c);
     Focus?.CharInput(c);
 }