Esempio n. 1
0
 public void Horizontal()
 {
     LineType = SingleLineType.Horizontal;
 }
Esempio n. 2
0
 public void Vertical()
 {
     LineType = SingleLineType.Vertical;
 }