예제 #1
0
 public void stopServer() {
   JmriServer.instance().stop();
 }
예제 #2
0
 public void startServer() {
   JmriServer.instance().start();
 }