Torna al Thread

using System.Collections.Generic; using System; using System.Text; using System.Data.OracleClient; using System.Data; using System.Configuration; using System.Collections; using DettaglioPannello; public class Pannello { //Ipotizzando la matricola un intero Dictionary<int, DettaglioPannello> _elencoDettaglioPannello = new Dictionary<int, DettaglioPannello>; String mCF = new String(); Int mnTA = new Int(); public string codiceFiscale { get { return mCF; } set { mCF = value; } } public int numTotAziende { get { return mnTA; } set { mnTA = value; } } public Dictionary<int, DettaglioPannello> elencoDettaglioPannello { get { return _elencoDettaglioPannello; } } }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5