Changed namespace

This commit is contained in:
AJ
2019-09-06 21:10:48 -04:00
parent 3ef94813ac
commit 3d54cb8b84
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ using netDxf.Tables;
using System;
using System.Collections.Generic;
namespace EtchBendLine
namespace EtchBendLines
{
public class Bend
{

View File

@@ -1,4 +1,4 @@
namespace EtchBendLine
namespace EtchBendLines
{
public enum BendDirection
{

View File

@@ -2,7 +2,7 @@
using netDxf.Entities;
using System;
namespace EtchBendLine
namespace EtchBendLines
{
public static class Extensions
{

View File

@@ -8,7 +8,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EtchBendLine
namespace EtchBendLines
{
class Program
{

View File

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("EtchBendLine")]
[assembly: AssemblyTitle("EtchBendLines")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EtchBendLine")]
[assembly: AssemblyProduct("EtchBendLines")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]