Ejemplo n.º 1
0
 private FrmCreateLabels()
 {
     InitializeComponent();
     openCardPackBll    = new OpenCardPackBllImpl();
     soMainBll          = new SoMainBllImpl();
     frmCreateLabelsBll = new FrmCreatelabelsBllImpl();
     printLabelsBll     = new PrintLabelsBllImpl();
 }
Ejemplo n.º 2
0
 private FrmPrintLabels()
 {
     InitializeComponent();
     printLabelsBll = new PrintLabelsBllImpl();
 }