Exemple #1
0
 public Comands(Form1 f1)
 {
     shtn = new Tree().nodegen;
     frm = f1;
     frm.SetText3(shtn.getname());
     frm.SetCom(shtn);
     comok = new List<string>();
 }