private void ToolStripConsultaCliente_Click(object sender, EventArgs e) { frmConsultaCliente ofrmConsultaCliente = new frmConsultaCliente(); ofrmConsultaCliente.Show(); }
private void ConsultarClienteToolStripMenuItem_Click(object sender, EventArgs e) { frmConsultaCliente ofrmConsultaCliente = new frmConsultaCliente(); ofrmConsultaCliente.Show(); }