Beispiel #1
0
 private void toolStripButton_add_Click(object sender, EventArgs e)
 {
     formCadastra_Cliente = new FormCadastra_cliente();
     formCadastra_Cliente.ShowDialog();
 }
Beispiel #2
0
 public FormTiraFoto(FormCadastra_cliente fCliente)
 {
     InitializeComponent();
     this.fCliente = fCliente;
 }
Beispiel #3
0
        private void btn_cadastrar_Click(object sender, EventArgs e)
        {
            FormCadastra_cliente formCadastra = new FormCadastra_cliente();

            formCadastra.ShowDialog();
        }