[C#] Computer – Pastebin.com

Not a member of Pastebin yet? Sign Up, it unlocks many cool features! class Computer     {         private string name;         private List<Component> components;         private decimal price;           private static decimal TotalComponentsPrice(List<Component> components)   […]