Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/About.cs')
-rw-r--r--UVtools.Core/About.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/UVtools.Core/About.cs b/UVtools.Core/About.cs
index 423aae4..3821fdb 100644
--- a/UVtools.Core/About.cs
+++ b/UVtools.Core/About.cs
@@ -15,5 +15,7 @@ namespace UVtools.Core
public static string Company = "PTRTECH";
public static string Website = "https://github.com/sn4k3/UVtools";
public static string Donate = "https://paypal.me/SkillTournament";
+
+ public static string DemoFile = "UVtools_demo_file.sl1";
}
}