示例#1
0
        private void BtnThongTin_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThongTin frmtt = new frmThongTin();

            frmtt.ShowDialog();
        }
示例#2
0
        private void btnTT_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThongTin frmThongTin = new frmThongTin();

            frmThongTin.ShowDialog();
        }
示例#3
0
文件: frmMain.cs 项目: aguedu/PETFTMS
 private void btnThongTin_Click(object sender, EventArgs e)
 {
     fTT.ShowDialog();
 }