Explorar el Código

VolumeDisk: Added Volume property

Tal Aloni hace 8 años
padre
commit
239af5ceb7
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      ISCSIConsole/Disks/VolumeDisk.cs

+ 8 - 0
ISCSIConsole/Disks/VolumeDisk.cs

@@ -42,5 +42,13 @@ namespace ISCSIConsole
                 return m_volume.Size;
             }
         }
+
+        public Volume Volume
+        {
+            get
+            {
+                return m_volume;
+            }
+        }
     }
 }