Пример #1
0
        private void tsbtnconscliente(object sender, EventArgs e)
        {
            frmConsultaClientes frep = new frmConsultaClientes();

            frep.Show();
        }
Пример #2
0
        private void toolStripButton4_Click(object sender, EventArgs e)
        {
            frmConsultaClientes frep = new frmConsultaClientes();

            frep.Show();
        }