diff --git a/EtchBendLines/Program.cs b/EtchBendLines/Program.cs index 8647fd8..1aee6f2 100644 --- a/EtchBendLines/Program.cs +++ b/EtchBendLines/Program.cs @@ -9,7 +9,7 @@ using System.Text.RegularExpressions; namespace EtchBendLines { - class Program + public class Program { const double ETCH_LENGTH = 1.0; @@ -45,7 +45,7 @@ namespace EtchBendLines Console.ReadKey(); } - static void AddEtchLines(string filePath) + public static void AddEtchLines(string filePath) { Console.WriteLine(filePath);