コード例 #1
0
ファイル: Payment.cs プロジェクト: Forkgitme/MSO-Lab-3
 public override void CancelTransaction()
 {
     c.CancelTransaction(id);
 }