Esempio n. 1
0
 public static CPU FindProcessor(string Name) => Processors.Find(x => x.Name.ToLower() == Name.ToLower());