コード例 #1
0
ファイル: Timer.cs プロジェクト: igtampe/BasicRender
 /// <summary>Draws the progress bar this element holds</summary>
 public override void DrawElement()
 {
     MyProgressBar?.DrawElement();
 }