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; }
public DeptSettingForm() { InitializeComponent(); _deptmentBll = new DeptmentBll(); }