private void editar_Click(object sender, EventArgs e)
        {
            EditCliente ec = new EditCliente();

            ec.ciedcli.Text      = "";
            ec.ciedcli.Text      = codUser.ToString();
            ec.ciedcli.ForeColor = SystemColors.WindowText;
            ec.ciedcli.Font      = new Font(ec.ciedcli.Font, FontStyle.Regular);
            ec.ShowDialog();
        }
Exemplo n.º 2
0
        private void editarUsuarioClienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            EditCliente ec = new EditCliente();

            ec.ShowDialog();
        }