Exemplo n.º 1
0
 private void init(string payMethod, string serviceType, string payMoney)
 {
     mNetPayPresenter = new NetPayPresenterImpl(payMethod, serviceType, payMoney);
 }
Exemplo n.º 2
0
 private void init()
 {
     mNetPayPresenter = new NetPayPresenterImpl();
 }