Beispiel #1
0
 public override bool DrawCustomStatusLine(string location, short hoursOrScore, short minsOrTurns, bool useTime)
 {
     side.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime);
     return(base.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime));
 }
Beispiel #2
0
 public virtual bool DrawCustomStatusLine(string location, short hoursOrScore, short minsOrTurns, bool useTime)
 {
     return(next.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime));
 }