Пример #1
0
 /// <summary>
 /// This method will update/overwrite volume information of this object
 /// with the current information from the import path.
 /// </summary>
 /// <returns></returns>
 public void UpdateVolumeInformation()
 {
     // we can only update when we have an import path.
     if (importPath != null)
     {
         VolumeSerial = importPath.GetVolumeSerial();
         MediaLabel   = importPath.GetVolumeLabel();
     }
 }