예제 #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
 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;
 }