Пример #1
0
 public DrawerLine(DrawerChar Char)
 {
     this.Add(Char);
 }
Пример #2
0
 public void Add(DrawerChar Char)
 {
     _Chars.Add(Char);
 }