示例#1
0
 private void bnFoupHistory_Click(object sender, EventArgs e)
 {
     formSTKFoupHistory hisFoup = new formSTKFoupHistory();
     hisFoup.ShowDialog();
 }
示例#2
0
        private void bnFoupHistory_Click(object sender, EventArgs e)
        {
            formSTKFoupHistory hisFoup = new formSTKFoupHistory();

            hisFoup.ShowDialog();
        }