Ejemplo n.º 1
0
 public FormClient(FormCompt formCpt)
 {
     InitializeComponent();
     clientBLL      = new ClientBLL();
     comptBLL       = new CompteBLL();
     this.formCompt = formCpt;
 }
Ejemplo n.º 2
0
 public FormCompt()
 {
     InitializeComponent();
     cptBLL = new CompteBLL();
 }