Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Icarus.Constants;
|
||||
|
||||
|
||||
@@ -10,4 +10,4 @@ public class FileExtensions
|
||||
|
||||
// Contains file extension with period at the beginning
|
||||
public static string JPG_EXTENSION = ".jpg";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user