Made Program class public so it can be used in other projects
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Text.RegularExpressions;
|
|||||||
|
|
||||||
namespace EtchBendLines
|
namespace EtchBendLines
|
||||||
{
|
{
|
||||||
class Program
|
public class Program
|
||||||
{
|
{
|
||||||
const double ETCH_LENGTH = 1.0;
|
const double ETCH_LENGTH = 1.0;
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ namespace EtchBendLines
|
|||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void AddEtchLines(string filePath)
|
public static void AddEtchLines(string filePath)
|
||||||
{
|
{
|
||||||
Console.WriteLine(filePath);
|
Console.WriteLine(filePath);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user