public List<ServiceModel> GetRuningServices() { return GetAllServices().Where(x => x.State == "Running" ).ToList(); }
Oct 12 2011, 23:41
Коментари
aviatrix

me likes one line functions :)

Oct 12 2011, 23:42