Exemplo n.º 1
0
 public DiagramManager(TimeRow row, float e)
 {
     this.row = row;
     this.e   = e;
 }
Exemplo n.º 2
0
 public DiagramManager(TimeRow row)
 {
     this.row = row;
 }