コード例 #1
0
 public DrawerLine(DrawerChar Char)
 {
     this.Add(Char);
 }
コード例 #2
0
 public void Add(DrawerChar Char)
 {
     _Chars.Add(Char);
 }