コード例 #1
0
ファイル: PathWrapper.cs プロジェクト: Postremus/UniTTT
 public PathWrapper()
 {
     _serializer = new XMLSerializer();
     _paths = _serializer.Deserialize<PathFile>("paths.xml");
     _osInfo = new OS.OSInformationCollector().GetCurrOSInformation();
 }
コード例 #2
0
ファイル: PathWrapper.cs プロジェクト: Postremus/UniTTT
 public PathWrapper()
 {
     _serializer = new XMLSerializer();
     _paths      = _serializer.Deserialize <PathFile>("paths.xml");
     _osInfo     = new OS.OSInformationCollector().GetCurrOSInformation();
 }