Exemplo n.º 1
0
 public Lines(GHStepLines l)
 {
     this.FillFields(l);
 }
Exemplo n.º 2
0
 public void FillFields(GHStepLines l)
 {
     this.Text = l.text;
     this.Level = l.level.ToString();
     this.ColorString = l.bullet;
 }