diff --git a/Garázsszimulátor/Diszpecser.cs b/Garázsszimulátor/Diszpecser.cs new file mode 100644 index 0000000..613f040 --- /dev/null +++ b/Garázsszimulátor/Diszpecser.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Diszpecser : Szemelyzet + { + public Diszpecser(string nev, bool nem, int kor, int egyenleg) + { + this.nev = nev; + this.nem = nem; + this.kor = kor; + this.egyenleg = egyenleg; + } + } +} diff --git a/Garázsszimulátor/Fonok.cs b/Garázsszimulátor/Fonok.cs new file mode 100644 index 0000000..b62fa73 --- /dev/null +++ b/Garázsszimulátor/Fonok.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Fonok : Szemelyzet + { + public Fonok(string nev, bool nem, int kor, int egyenleg) + { + this.nev = nev; + this.nem = nem; + this.kor = kor; + this.egyenleg = egyenleg; + } + } +} diff --git a/Garázsszimulátor/Garazsmester.cs b/Garázsszimulátor/Garazsmester.cs new file mode 100644 index 0000000..09308d9 --- /dev/null +++ b/Garázsszimulátor/Garazsmester.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Garazsmester : Szemelyzet + { + public Garazsmester(string nev, bool nem, int kor, int egyenleg) + { + this.nev = nev; + this.nem = nem; + this.kor = kor; + this.egyenleg = egyenleg; + } + + } +} diff --git a/Garázsszimulátor/Garázsszimulátor.csproj b/Garázsszimulátor/Garázsszimulátor.csproj index 2890e0a..07592e7 100644 --- a/Garázsszimulátor/Garázsszimulátor.csproj +++ b/Garázsszimulátor/Garázsszimulátor.csproj @@ -43,8 +43,16 @@ + + + + + + + + diff --git a/Garázsszimulátor/Jarmuvek.cs b/Garázsszimulátor/Jarmuvek.cs new file mode 100644 index 0000000..6b4d28d --- /dev/null +++ b/Garázsszimulátor/Jarmuvek.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Jarmuvek + { + public string marka; + public string tipus; + public string besorolas; + public int rendszam; + public string rakomany; + public int rakomennyi; + public string menetlevel; + public int szallszemszam; + public int fuvardij; + + + } +} diff --git a/Garázsszimulátor/Program.cs b/Garázsszimulátor/Program.cs index 469608b..3ae8289 100644 --- a/Garázsszimulátor/Program.cs +++ b/Garázsszimulátor/Program.cs @@ -10,6 +10,7 @@ namespace Garázsszimulátor { static void Main(string[] args) { + } } } diff --git a/Garázsszimulátor/Sofor.cs b/Garázsszimulátor/Sofor.cs new file mode 100644 index 0000000..73d6869 --- /dev/null +++ b/Garázsszimulátor/Sofor.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Sofor : Szemelyzet + { + public Sofor(string nev, bool nem, int kor, int egyenleg) + { + this.nev = nev; + this.nem = nem; + this.kor = kor; + this.egyenleg = egyenleg; + } + } +} diff --git a/Garázsszimulátor/Szemelyauto.cs b/Garázsszimulátor/Szemelyauto.cs new file mode 100644 index 0000000..3c4cac9 --- /dev/null +++ b/Garázsszimulátor/Szemelyauto.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Szemelyauto : Jarmuvek + { + public Szemelyauto(string marka, string tipus, int rendszam, int szallszemszam, int fuvardij) + { + this.marka = marka; + this.besorolas = "Szemelyauto"; + this.tipus = tipus; + this.rendszam = rendszam; + this.szallszemszam = szallszemszam; + this.fuvardij = fuvardij; + + + } + } +} diff --git a/Garázsszimulátor/Szemelyzet.cs b/Garázsszimulátor/Szemelyzet.cs new file mode 100644 index 0000000..245a630 --- /dev/null +++ b/Garázsszimulátor/Szemelyzet.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Szemelyzet + { + public string nev; + public bool nem; + public int kor; + public int egyenleg; + } +} \ No newline at end of file diff --git a/Garázsszimulátor/Teherauto.cs b/Garázsszimulátor/Teherauto.cs new file mode 100644 index 0000000..afb4dfd --- /dev/null +++ b/Garázsszimulátor/Teherauto.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garázsszimulátor +{ + class Teherauto : Jarmuvek + { + public Teherauto(string marka, string tipus, int rendszam, string rakomany, int rakomennyi, string menetlevel) + { + this.marka = marka; + this.besorolas = "Teherauto"; + this.tipus = tipus; + this.rendszam = rendszam; + this.rakomany = rakomany; + this.rakomennyi = rakomennyi; + this.menetlevel = menetlevel; + } + } +}