コード例 #1
0
ファイル: ConsoleString.cs プロジェクト: gsycl/PowerArgs
 /// <summary>
 /// Write this formatted character to the console
 /// </summary>
 public void Write()
 {
     ConsoleString.WriteHelper(this.ForegroundColor, this.BackgroundColor, Value);
 }