コード例 #1
0
 public BillDetail(string billId, BillInfo parent)
 {
     this.billId = billId;
     this.parent = parent;
 }
コード例 #2
0
 public EnterPassword(string psw, BillInfo parent)
 {
     this.parent = parent;
     Psw         = psw;
 }
コード例 #3
0
 public EnterPaySubmit(BillInfo parent)
 {
     this.parent = parent;
 }
コード例 #4
0
 public EnterAuthKey(BillInfo parent)
 {
     this.parent = parent;
 }