예제 #1
0
 private SystemInfo()
 {
     OS       = new OSInfo(GetOSType());
     Hardware = new HardwareInfo();
     Process  = new ProcessInfo();
 }
예제 #2
0
 private SystemInfo()
 {
     OS = new OSInfo(GetOSType());
     Hardware = new HardwareInfo();
     Process = new ProcessInfo();
 }