Example #1
0
 public PathWrapper()
 {
     _serializer = new XMLSerializer();
     _paths = _serializer.Deserialize<PathFile>("paths.xml");
     _osInfo = new OS.OSInformationCollector().GetCurrOSInformation();
 }
Example #2
0
 public PathWrapper()
 {
     _serializer = new XMLSerializer();
     _paths      = _serializer.Deserialize <PathFile>("paths.xml");
     _osInfo     = new OS.OSInformationCollector().GetCurrOSInformation();
 }