private FrmCreateLabels() { InitializeComponent(); openCardPackBll = new OpenCardPackBllImpl(); soMainBll = new SoMainBllImpl(); frmCreateLabelsBll = new FrmCreatelabelsBllImpl(); printLabelsBll = new PrintLabelsBllImpl(); }
public FrmCreatelabelsBllImpl() { iSaPackDao = new SaPackDaoImpl(); openCardPackBll = new OpenCardPackBllImpl(); soMainBll = new SoMainBllImpl(); execProcedureDao = new ExecProcedureDaoImpl(); openCardPackDao = new OpenCardPackDaoImpl(); tLabelsDao = new LabelsDaoImpl(); labelTemplateDao = new LabelTemplateDaoImpl(); clientRequireFactoryBll = new ClientRequireFactoryBllImpl(); soDetailsDao = new SoDetailsDaoImpl(); customUtilityDao = new CustomUtilityDaoImpl(); }