Example #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            Form frm_AutorCliente = new frmAsociarAutorCliente();

            frm_AutorCliente.ShowDialog();
        }
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     Form frm_AutorCliente = new frmAsociarAutorCliente();
     frm_AutorCliente.ShowDialog();
 }