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