private void btnFacturacionLocal_Click(object sender, EventArgs e) { frmMostrar mostrar = new frmMostrar(); mostrar.Tipo = Llamada.TipoLlamada.Local; mostrar.Show(); mostrar.TextoAMostrar(this.central); }
private void button4_Click(object sender, EventArgs e) { frmMostrar mostrar = new frmMostrar(); mostrar.Tipo = Llamada.TipoLlamada.Provincial; mostrar.Show(); mostrar.TextoAMostrar(this.central); }