diff --git a/OSCADSharp/OSCADSharp/OSCADObject.cs b/OSCADSharp/OSCADSharp/OSCADObject.cs index 0cba32a..3a06eda 100644 --- a/OSCADSharp/OSCADSharp/OSCADObject.cs +++ b/OSCADSharp/OSCADSharp/OSCADObject.cs @@ -1,4 +1,5 @@ -using System; +using OSCADSharp.Utility; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/OSCADSharp/OSCADSharp/OSCADSharp.csproj b/OSCADSharp/OSCADSharp/OSCADSharp.csproj index 8b307bd..4d25e5e 100644 --- a/OSCADSharp/OSCADSharp/OSCADSharp.csproj +++ b/OSCADSharp/OSCADSharp/OSCADSharp.csproj @@ -56,7 +56,7 @@ - + diff --git a/OSCADSharp/OSCADSharp/Ids.cs b/OSCADSharp/OSCADSharp/Utility/Ids.cs similarity index 95% rename from OSCADSharp/OSCADSharp/Ids.cs rename to OSCADSharp/OSCADSharp/Utility/Ids.cs index b2a62d0..0d1df61 100644 --- a/OSCADSharp/OSCADSharp/Ids.cs +++ b/OSCADSharp/OSCADSharp/Utility/Ids.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace OSCADSharp +namespace OSCADSharp.Utility { /// /// Responsible for creating identifiers for objects