Skip to content

Commit

Permalink
Updated class name
Browse files Browse the repository at this point in the history
  • Loading branch information
krugertech committed Jun 21, 2017
1 parent 811aa08 commit 4c80e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Smart.Net/Smart.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Compile Include="Objects.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resource.cs" />
<Compile Include="SmartHelper.cs" />
<Compile Include="Smart.cs" />
<Compile Include="WmiController.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Smart.Net/SmartHelper.cs → Smart.Net/Smart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All rights reserved.

namespace Simplified.IO
{
public static class SmartHelper
public static class Smart
{
public static DriveCollection GetDrives()
{
Expand Down
2 changes: 1 addition & 1 deletion Smart.Tests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static void Main(string[] args)
{
try
{
var drives = SmartHelper.GetDrives();
var drives = Smart.GetDrives();

foreach (var drive in drives)
{
Expand Down

0 comments on commit 4c80e8e

Please sign in to comment.