Exemplo n.º 1
0
 public TmaCfgFormEditor(TmaCollection coll, string name)
 {
     this.m_coll = coll;
     TmaEquipment tma = coll.FindTmaByName(name);
     this.clone(tma);
     this.SetName(tma);
 }