Hardware/Computer.cs
2010-05-15 Added information about software environment to the report.
2010-05-09 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
2010-04-02 Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-03-27 Fixed Issue 9.
2010-03-27 Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
2010-02-27 Added sub-hardware support and basic enumeration for mainboards.
2010-02-27 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
2010-02-16 Restored CTSHolding check and added more report output for T-Balancer enumeration.
2010-02-08 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 Refactoring: New class Computer manages all the hardware and creates events.