Esempio n. 1
0
 public CharInfo(CharUnion @char, CharAttributes attributes)
 {
     this.Char       = @char;
     this.Attributes = attributes;
 }
Esempio n. 2
0
 public CharInfo(CharUnion @char)
 {
     this.Char       = @char;
     this.Attributes = DefaultAttributes;
 }