Lista kezeles
This commit is contained in:
22
ListaKezeles/Program.cs
Normal file
22
ListaKezeles/Program.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ListaKezeles {
|
||||
public class Program {
|
||||
static void Main(string[] args) {
|
||||
Varosok varosok = new Varosok();
|
||||
//varosok.setDb();
|
||||
varosok.setNevek();
|
||||
varosok.getNevek();
|
||||
varosok.getVan();
|
||||
varosok.delNev();
|
||||
varosok.getNevek();
|
||||
varosok.delLast();
|
||||
varosok.getNevek();
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user