Example #1
0
        private void mostrarIngresarMotivoYTipoDialog()
        {
            IngresarMotivoYTipoCancelacion form = new IngresarMotivoYTipoCancelacion();

            form.setIngresarMotivoYTipoCancelacionListener(this);
            form.Show();
        }