コード例 #1
0
ファイル: CharInfo.cs プロジェクト: mdrexel/Drexel.Terminal
 public CharInfo(CharUnion @char, CharAttributes attributes)
 {
     this.Char       = @char;
     this.Attributes = attributes;
 }
コード例 #2
0
ファイル: CharInfo.cs プロジェクト: mdrexel/Drexel.Terminal
 public CharInfo(CharUnion @char)
 {
     this.Char       = @char;
     this.Attributes = DefaultAttributes;
 }