コード例 #1
0
ファイル: Bilet.cs プロジェクト: KShirahama/Project-2-2018
 /// <summary>Initializes a new instance of the <see cref="Bilet"/> class.</summary>
 public Bilet(Klient klient, int cena, int ID)
 {
     this.klient = klient;
     this.cena   = cena;
     this.ID     = ID;
 }