Example #1
0
        private void toolStripMenuItem12_Click(object sender, EventArgs e)
        {
            ChengPin cp = new ChengPin();

            cp.ShowDialog();
        }
Example #2
0
 private void toolStripMenuItem12_Click(object sender, EventArgs e)
 {
     ChengPin cp = new ChengPin();
     cp.ShowDialog();
 }