Skip to content

Commit c6e26dd

Browse files
committed
Rename namespace
1 parent beac9f8 commit c6e26dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

System.IO.FileSystem/nanoFramework/RemovableDeviceEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
using System;
77

8-
namespace nanoFramework.System.IO
8+
namespace nanoFramework.System.IO.FileSystem
99
{
1010
/// <summary>
1111
/// Contains argument values for Removable Devices events.

System.IO.FileSystem/nanoFramework/SDCard.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// See LICENSE file in the project root for full license information.
44
//
55

6-
using Diagnostics = System.Diagnostics;
76
using System.Runtime.CompilerServices;
7+
using Diagnostics = System.Diagnostics;
88

9-
namespace nanoFramework.System.IO
9+
namespace nanoFramework.System.IO.FileSystem
1010
{
1111
/// <summary>
1212
/// Class to allow a SD memory card to be mounted on the system.

System.IO.FileSystem/nanoFramework/StorageEventManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
using nanoFramework.Runtime.Events;
77
using System;
8+
using static nanoFramework.System.IO.FileSystem.RemovableDeviceEventArgs;
89

9-
namespace nanoFramework.System.IO
10+
namespace nanoFramework.System.IO.FileSystem
1011
{
1112
/// <summary>
1213
/// Provides an event handler that is called when a Removable Device event occurs.

0 commit comments

Comments
 (0)