コード例 #1
0
ファイル: TeeFilter.cs プロジェクト: hackerlank/zlr
 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));
 }
コード例 #2
0
ファイル: FilterBase.cs プロジェクト: hackerlank/zlr
 public virtual bool DrawCustomStatusLine(string location, short hoursOrScore, short minsOrTurns, bool useTime)
 {
     return(next.DrawCustomStatusLine(location, hoursOrScore, minsOrTurns, useTime));
 }