コード例 #1
0
        private void btnClientes_Click_1(object sender, EventArgs e)
        {
            cargoClientesFactura CCF = new cargoClientesFactura(this);

            CCF.ShowDialog();
        }