Changed namespace
This commit is contained in:
@@ -4,7 +4,7 @@ using netDxf.Tables;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace EtchBendLine
|
||||
namespace EtchBendLines
|
||||
{
|
||||
public class Bend
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace EtchBendLine
|
||||
namespace EtchBendLines
|
||||
{
|
||||
public enum BendDirection
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using netDxf.Entities;
|
||||
using System;
|
||||
|
||||
namespace EtchBendLine
|
||||
namespace EtchBendLines
|
||||
{
|
||||
public static class Extensions
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EtchBendLine
|
||||
namespace EtchBendLines
|
||||
{
|
||||
class Program
|
||||
{
|
||||
|
||||
@@ -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("")]
|
||||
|
||||
Reference in New Issue
Block a user