コード例 #1
0
 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;
 }
コード例 #2
0
 public void _init()
 {
     this.box = new frmNoteBox(this.simpleButton1);
     this.simpleButton1.Enabled = true;
 }