Browse Source

Moved helper classes to a separate directory

Tal Aloni 8 years ago
parent
commit
5182e53219

+ 1 - 1
ISCSIConsole/FormattingHelper.cs

@@ -33,7 +33,7 @@ namespace ISCSIConsole
             }
             else
             {
-                return "Too Big";
+                return "> 9999 EB";
             }
         }
     }

ISCSIConsole/ISCSINameHelper.cs → ISCSIConsole/Helpers/ISCSINameHelper.cs


+ 2 - 2
ISCSIConsole/ISCSIConsole.csproj

@@ -33,8 +33,8 @@
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Disks\VolumeDisk.cs" />
-    <Compile Include="FormattingHelper.cs" />
-    <Compile Include="ISCSINameHelper.cs" />
+    <Compile Include="Helpers\FormattingHelper.cs" />
+    <Compile Include="Helpers\ISCSINameHelper.cs" />
     <Compile Include="OfflineCommand.cs" />
     <Compile Include="Program.AttachCommand.cs" />
     <Compile Include="Program.CreateCommand.cs" />