B2026 056 syntax problem in x/y plot #801
@@ -8,11 +8,6 @@ namespace Volian.Base.Library
|
||||
{
|
||||
public static class BaseLnSettings
|
||||
{
|
||||
private static bool _blBaseLine = false;
|
||||
public static bool blBaseLine
|
||||
{
|
||||
get { return _blBaseLine; }
|
||||
set { _blBaseLine = value; }
|
||||
}
|
||||
public static bool blBaseLine { get; set; } = false;
|
||||
}
|
||||
|
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
can this be an autoproperty?