B2026-056-Syntax-problem-in-XY-Plot

This commit is contained in:
2026-08-10 10:02:16 -04:00
parent 6a42800d2c
commit 30b34c3a50
+2 -7
View File
@@ -1,13 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Volian.Base.Library namespace Volian.Base.Library
{ {
public static class BaseLnSettings public static class BaseLnSettings
{ {
public static bool blBaseLine { get; set; } = false; public static bool blBaseLine { get; set; } = false;
} }
} }