示例#1
0
 public WithdrawMenu(OrderList ol)
 {
     orderList       = ol;
     this.ControlBox = false;
     InitializeComponent();
 }
示例#2
0
 public ChargeWallet(OrderList ol)
 {
     orderList       = ol;
     this.ControlBox = false;
     InitializeComponent();
 }