コード例 #1
0
 public void loadAllActiveTransports()
 {
     _transports = _bus.getTransportTourGroup();
     _view.upateTransportsView(_transports);
 }