Beispiel #1
0
 public override void SetColors(short fg, short bg)
 {
     side.SetColors(fg, bg);
     base.SetColors(fg, bg);
 }
Beispiel #2
0
 public virtual void SetColors(short fg, short bg)
 {
     next.SetColors(fg, bg);
 }