10111213141516
private XmlRpcServerControlPanel controlPanel; private Server xmlRpcServer; public XmlRpcServerControlPanelController(XmlRpcServerControlPanel controlPanel) { this.controlPanel = controlPanel; this.xmlRpcServer = new Server(this.controlPanel); }