Exemple #1
0
 public EtapaForm()
 {
     this.tipoEntregaBLL = new TipoEntregaBLL();
     this.etapaBLL       = new EtapaBLL();
     InitializeComponent();
 }