Exemplo n.º 1
0
        private void buttonAlterarCliente_Click(object sender, EventArgs e)
        {
            Cliente.cpfCliente = textBoxCpf.Text;
            Cliente.nomeCli    = textBoxNome.Text;
            Cliente.fone       = textBoxTelefone.Text;
            Cliente.endereco   = textBoxEndereco.Text;

            ManipulaCliente manipulaCliente = new ManipulaCliente();

            manipulaCliente.alterarCliente();
        }
Exemplo n.º 2
0
        private void materialRaisedButton1_Click(object sender, EventArgs e)
        {
            Cliente.CpfCliente = textBoxCpf.Text;
            Cliente.NomeCli    = textBoxNome.Text;
            Cliente.Fone       = textBoxTelefone.Text;
            Cliente.Endereco   = textBoxEndereco.Text;

            ManipulaCliente manipulaCliente = new ManipulaCliente();

            manipulaCliente.alterarCliente();
        }