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;
using System.Collections.Generic; using System.Collections.Generic;
namespace EtchBendLine namespace EtchBendLines
{ {
public class Bend public class Bend
{ {

View File

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

View File

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

View File

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

View File

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