Exemple #1
0
 public FormPBXController(Form1 form, Enterprise e)
 {
     frm1       = form;
     enterprise = e;
     e.SetPBXController(this);
 }