コード例 #1
0
ファイル: MoyenPaiement.cs プロジェクト: Flounn/Projet_Csharp
 public MoyenPaiement(Compte compte, string typeMoyenPaiement)
 {
     this.compte             = compte;
     LibelleMoyenPaiementStr = typeMoyenPaiement;
 }