示例#1
0
 private void init(string payMethod, string serviceType, string payMoney)
 {
     mNetPayPresenter = new NetPayPresenterImpl(payMethod, serviceType, payMoney);
 }
示例#2
0
 private void init()
 {
     mNetPayPresenter = new NetPayPresenterImpl();
 }