예제 #1
0
 public WithDrawTransaction(double Amount, DateTime DT, BaseClient from)
 {
     this.Amount = Amount;
     this.DT     = DT;
     this.from   = from;
 }