Development #803

Merged
djankowski merged 81 commits from Development into master 2026-08-12 09:56:30 -04:00
Showing only changes of commit 6a42800d2c - Show all commits
+1 -6
View File
@@ -8,11 +8,6 @@ namespace Volian.Base.Library
{ {
public static class BaseLnSettings public static class BaseLnSettings
{ {
private static bool _blBaseLine = false; public static bool blBaseLine { get; set; } = false;
public static bool blBaseLine
{
get { return _blBaseLine; }
set { _blBaseLine = value; }
}
} }
} }