Cleanup - charter will now display arbitrary count of graphs
This commit is contained in:
@@ -6,6 +6,6 @@ namespace LeafWeb.Core.Charter
|
||||
{
|
||||
public string CurveId { get; set; }
|
||||
|
||||
public IList<CurveParamSet> ParamSets { get; set; } = new List<CurveParamSet>();
|
||||
public IList<CurveParamSet> ParamSets { get; } = new List<CurveParamSet>();
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,7 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
using Fasterflect;
|
||||
|
||||
namespace LeafWeb.Core.Utility
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user