コード例 #1
0
ファイル: BufferCell.cs プロジェクト: nickchal/pash
 public BufferCell(char character, ConsoleColor foreground, ConsoleColor background, System.Management.Automation.Host.BufferCellType bufferCellType)
 {
     this.character = character;
     this.foregroundColor = foreground;
     this.backgroundColor = background;
     this.bufferCellType = bufferCellType;
 }
コード例 #2
0
ファイル: BufferCell.cs プロジェクト: modulexcite/pash-1
 public BufferCell(char character, ConsoleColor foreground, ConsoleColor background, System.Management.Automation.Host.BufferCellType bufferCellType)
 {
     this.character       = character;
     this.foregroundColor = foreground;
     this.backgroundColor = background;
     this.bufferCellType  = bufferCellType;
 }