示例#1
0
        private void addClient_Click(object sender, EventArgs e)
        {
            ClientForm client = new ClientForm();

            client.ShowDialog();
        }
示例#2
0
        private void btnClient_Click(object sender, EventArgs e)
        {
            ClientForm c = new ClientForm();

            c.ShowDialog();
        }