diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.SystemInfo/IWMI.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.SystemInfo/IWMI.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.SystemInfo/IWMI.cs b/Software/Visual_Studio/Tango.SystemInfo/IWMI.cs new file mode 100644 index 000000000..06252731f --- /dev/null +++ b/Software/Visual_Studio/Tango.SystemInfo/IWMI.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Tango.SystemInfo +{ + interface IWMI + { + IList<SystemObject> GetHardwareInfoList(); + } +} |
