devi studiare ehhhehehe
da una qualsiasi funzione puoi fare cosi:codice:string _str; public string miaproprietà { get { return str; } set { str = value; } }
strin myvar = miaproprietà()
o
miaporprietà = ciao;
devi studiare ehhhehehe
da una qualsiasi funzione puoi fare cosi:codice:string _str; public string miaproprietà { get { return str; } set { str = value; } }
strin myvar = miaproprietà()
o
miaporprietà = ciao;