Ejemplo n.º 1
0
        private void btn_Search_Click(object sender, EventArgs e)
        {
            frm_ClientList client = new frm_ClientList();

            client.ShowDialog();
            tb_ID.Focus();
        }
Ejemplo n.º 2
0
        private void tsmi_ClientQuery_Click(object sender, EventArgs e)
        {
            frm_ClientList clientList = new frm_ClientList();

            clientList.ShowDialog();
        }