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