コード例 #1
0
 // checks to see if the server is running
 public static bool IsRunning()
 {
     return(server.IsRunning());
 }