Ejemplo n.º 1
0
 public RegisterForm()
 {
     InitializeComponent();
     txtIDCard.LostFocus += txtIDCard_LostFocus;
     _registerBll         = new RegisterBll();
     _typeConfigBll       = new TypeConfigBll();
     _deptmentBll         = new DeptmentBll();
     _positionMethodBll   = new PositionMethodBll();
     btnRegister.Visible  = true;
     btnUpdate.Visible    = false;
 }
Ejemplo n.º 2
0
 public MainForm()
 {
     InitializeComponent();
     _registerBll   = new RegisterBll();
     _typeConfigBll = new TypeConfigBll();
 }
Ejemplo n.º 3
0
 public ConfigurationSettingForm()
 {
     InitializeComponent();
     _typeConfigBll = new TypeConfigBll();
 }