コード例 #1
0
 public static bool IsRunning(Service service)
 {
     return(Running.FirstOrDefault(s => s == service) != null);
 }