B2026 056 syntax problem in x/y plot #801
@@ -1,13 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
|
mschill marked this conversation as resolved
Outdated
|
||||
namespace Volian.Base.Library
|
||||
{
|
||||
public static class BaseLnSettings
|
||||
{
|
||||
public static bool blBaseLine { get; set; } = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user
These usings appear to be unnecessary.
These usings are here but appear to still be unnecessary - thus should be removed.