public void _init(string NguoiCapNhat, string NgayCapNhat) { this.box = new frmNoteBox(this.simpleButton1); box.AddItem("Người cập nhật", NguoiCapNhat); box.AddItem("Ngày cập nhật", NgayCapNhat); this.simpleButton1.Enabled = true; }
public void _init() { this.box = new frmNoteBox(this.simpleButton1); this.simpleButton1.Enabled = true; }