瀏覽代碼

Moved helper classes to a separate directory

Tal Aloni 8 年之前
父節點
當前提交
5182e53219
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      ISCSIConsole/FormattingHelper.cs
  2. 0 0
      ISCSIConsole/Helpers/ISCSINameHelper.cs
  3. 2 2
      ISCSIConsole/ISCSIConsole.csproj

+ 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" />