Add project files.
This commit is contained in:
21
OsztoProgram/Kartyalap.cs
Normal file
21
OsztoProgram/Kartyalap.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OsztoProgram
|
||||
{
|
||||
internal class Kartyalap
|
||||
{
|
||||
public string Szin;
|
||||
public string Ertek;
|
||||
|
||||
public Kartyalap(string Szin, string Ertek)
|
||||
{
|
||||
this.Szin=Szin;
|
||||
this.Ertek=Ertek;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user