示例#1
0
 public PathItem(OS.OSInformation osInformation, string key, string path)
 {
     _osName  = osInformation.OSName;
     _version = osInformation.Version;
     _key     = key;
     _path    = path;
 }
示例#2
0
 public PathWrapper()
 {
     _serializer = new XMLSerializer();
     _paths = _serializer.Deserialize<PathFile>("paths.xml");
     _osInfo = new OS.OSInformationCollector().GetCurrOSInformation();
 }
示例#3
0
 public PathWrapper()
 {
     _serializer = new XMLSerializer();
     _paths      = _serializer.Deserialize <PathFile>("paths.xml");
     _osInfo     = new OS.OSInformationCollector().GetCurrOSInformation();
 }