B2026 056 syntax problem in x/y plot #801

Merged
jjenko merged 8 commits from B2026-056-Syntax-problem-in-X/Y-plot into Development 2026-08-10 11:11:09 -04:00
Showing only changes of commit 30b34c3a50 - Show all commits
+2 -7
View File
@@ -1,13 +1,8 @@
using System;
Review

These usings are here but appear to still be unnecessary - thus should be removed.

These usings are here but appear to still be unnecessary - thus should be removed.
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;
} }
} }