Exemple #1
0
        private void btnFacturacionLocal_Click(object sender, EventArgs e)
        {
            frmMostrar mostrar = new frmMostrar();

            mostrar.Tipo = Llamada.TipoLlamada.Local;

            mostrar.Show();
            mostrar.TextoAMostrar(this.central);
        }
Exemple #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            frmMostrar mostrar = new frmMostrar();

            mostrar.Tipo = Llamada.TipoLlamada.Provincial;

            mostrar.Show();
            mostrar.TextoAMostrar(this.central);
        }