using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading.Tasks; namespace Hanoitornyai { public class Korong { public Color szin { get; set; } public float szelesseg { get; set; } public float magassag { get; set; } public float x { get; set; } public float y { get; set; } public Korong(Color szin) { this.szin = szin; } } }