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