20 public static readonly
string Version =
"0.1.9";
27 private static void Main()
31 string logFolder = Path.Combine(AppDomain.CurrentDomain.BaseDirectory,
38 Application.EnableVisualStyles();
39 Application.SetCompatibleTextRenderingDefault(
false);
static void CreatePathIfNotExisting(string folder)
Creates the path if not existing.
Program for performing a 3D scan with FabScan
Class for detecting an arduino and sending commands to it
Class for creating a singleton for a generic class
static readonly string Version
The version
string PortString
Gets the port string.
static T Instance
Gets the instance.
static void DeleteAllFilesInFolder(string imageFolder)
Deletes all files in folder.