Shifted SingleBlockFormatter to Utility

This commit is contained in:
Michael Smith 2016-03-17 23:59:24 -07:00
parent 78990782b9
commit 68c75bca9e
10 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -64,7 +64,7 @@
<Compile Include="Spatial\Bounds.cs" />
<Compile Include="Spatial\Matrix.cs" />
<Compile Include="HulledObject.cs" />
<Compile Include="SingleBlockFormatter.cs" />
<Compile Include="Utility\SingleBlockFormatter.cs" />
<Compile Include="MultiStatementObject.cs" />
<Compile Include="Difference.cs" />
<Compile Include="Intersection.cs" />

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,5 +1,6 @@
using OSCADSharp.DataBinding;
using OSCADSharp.Spatial;
using OSCADSharp.Utility;
using System;
using System.Collections.Generic;

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OSCADSharp
namespace OSCADSharp.Utility
{
/// <summary>
/// A class that creates blocks of curly-braced script with the