diff --git a/ListaKezeles/Varosok.cs b/ListaKezeles/Varosok.cs index cb3e4b5..87dafd5 100644 --- a/ListaKezeles/Varosok.cs +++ b/ListaKezeles/Varosok.cs @@ -6,8 +6,8 @@ using System.Threading.Tasks; namespace ListaKezeles { public class Varosok { - List varosok = new List(); - string db; + private List varosok = new List(); + private string db; public string setDb() { Console.WriteLine("Adja meg hany db adatot akar eltarolni, ha 0-t vagy semmit ir be akkor addig fut a beolvasas amig ures sort nem ad be");