|
@@ -6,7 +6,7 @@ namespace InABox.Core
|
|
|
{
|
|
|
public enum Platform
|
|
|
{
|
|
|
- Mobile,
|
|
|
+ TimeBench,
|
|
|
Wpf,
|
|
|
DatabaseEngine,
|
|
|
WebEngine,
|
|
@@ -20,7 +20,7 @@ namespace InABox.Core
|
|
|
public static string PlatformToString(Platform platform) => platform switch
|
|
|
{
|
|
|
Platform.Wpf => "Wpf",
|
|
|
- Platform.Mobile => "Mobile",
|
|
|
+ Platform.TimeBench => "Mobile",
|
|
|
Platform.DatabaseEngine => "Database",
|
|
|
Platform.WebEngine => "Web Engine",
|
|
|
Platform.GPSEngine => "GPS Engine",
|