mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
Shifted StatementBuilder to Utility
This commit is contained in:
parent
68c75bca9e
commit
42f8bc09bb
@ -1,5 +1,6 @@
|
||||
using OSCADSharp.DataBinding;
|
||||
using OSCADSharp.Spatial;
|
||||
using OSCADSharp.Utility;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<Compile Include="DataBinding\Bindings.cs" />
|
||||
<Compile Include="DataBinding\IBindable.cs" />
|
||||
<Compile Include="SingleStatementObject.cs" />
|
||||
<Compile Include="StatementBuilder.cs" />
|
||||
<Compile Include="Utility\StatementBuilder.cs" />
|
||||
<Compile Include="DataBinding\Variable.cs" />
|
||||
<Compile Include="IO\OutputSettings.cs" />
|
||||
<Compile Include="Utility\Inches.cs" />
|
||||
|
||||
@ -7,6 +7,7 @@ using System.Collections.Concurrent;
|
||||
using System.Reflection;
|
||||
using OSCADSharp.Spatial;
|
||||
using OSCADSharp.DataBinding;
|
||||
using OSCADSharp.Utility;
|
||||
|
||||
namespace OSCADSharp
|
||||
{
|
||||
|
||||
@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OSCADSharp
|
||||
namespace OSCADSharp.Utility
|
||||
{
|
||||
/// <summary>
|
||||
/// Extends the capabilities of StringBuilder with domain-specific behavior
|
||||
Loading…
x
Reference in New Issue
Block a user