示例#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);
        }
示例#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);
        }