コード例 #1
0
 public HpsE3SwipeToken(string track)
 {
     this.card = new E3Swipe(track);
 }
コード例 #2
0
ファイル: HpsToken.cs プロジェクト: tseanf/heartland-dotnet
 public HpsE3SwipeToken(string track)
 {
     this.card = new E3Swipe(track);
 }
コード例 #3
0
 public HpsE3SwipeToken(E3Swipe card) : this()
 {
     this.card = card;
 }
コード例 #4
0
ファイル: HpsToken.cs プロジェクト: tseanf/heartland-dotnet
 public HpsE3SwipeToken(E3Swipe card) : this()
 {
     this.card = card;
 }