Example #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChatLieuView" /> class.
 /// </summary>
 /// <param name="value">The value.</param>
 public NhanVienView(INhanVienController <NhanVienModel> value)
 {
     controller = value;
     InitializeComponent();
     bntLuaChon.Enabled       = false;
     bntXoa.Enabled           = false;
     txtNgaySinh.Format       = DateTimePickerFormat.Custom;
     txtNgaySinh.CustomFormat = "dd/MM/yyyy";
 }
Example #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="NhanVienView" /> class.
 /// </summary>
 /// <param name="value">The value.</param>
 public DangNhapView(INhanVienController <NhanVienModel> value)
 {
     controller = value;
     InitializeComponent();
 }