예제 #1
0
        //查看联排
        private void toolChain_Click(object sender, EventArgs e)
        {
            ChainForm chainForm = new ChainForm();

            chainForm.ShowDialog();
        }
예제 #2
0
 //查看联排
 private void toolChain_Click(object sender, EventArgs e)
 {
     ChainForm chainForm = new ChainForm();
     chainForm.ShowDialog();
 }