コード例 #1
0
ファイル: SystemInfo.cs プロジェクト: hessonsu/bdhero
 private SystemInfo()
 {
     OS       = new OSInfo(GetOSType());
     Hardware = new HardwareInfo();
     Process  = new ProcessInfo();
 }
コード例 #2
0
ファイル: SystemInfo.cs プロジェクト: JGTM2016/bdhero
 private SystemInfo()
 {
     OS = new OSInfo(GetOSType());
     Hardware = new HardwareInfo();
     Process = new ProcessInfo();
 }