PostCalculator: call PostValues.GetValues()

This commit is contained in:
Chika 2022-02-21 14:28:07 +03:00
parent 8cc1b3d64a
commit c441b81f0a
6 changed files with 6 additions and 6 deletions

View File

@ -229,7 +229,7 @@ public static partial class CalculateManager
return new ManagerResult
{
PostValues = postValues,
PostValues = postValues.GetValues(),
NextValues = nextValues.GetValues(),
PreparedValues = preparedValues,
Columns = new

View File

@ -162,7 +162,7 @@ public static partial class CalculateManager
return new ManagerResult
{
PostValues = postValues,
PostValues = postValues.GetValues(),
NextValues = nextValues.GetValues(),
PreparedValues = preparedValues,
Columns = new

View File

@ -187,7 +187,7 @@ public static partial class CalculateManager
return new ManagerResult
{
PostValues = postValues,
PostValues = postValues.GetValues(),
NextValues = nextValues.GetValues(),
PreparedValues = preparedValues,
Columns = new

View File

@ -268,7 +268,7 @@ public static partial class CalculateManager
return new ManagerResult
{
PostValues = postValues,
PostValues = postValues.GetValues(),
NextValues = nextValues.GetValues(),
PreparedValues = preparedValues,
Columns = new

View File

@ -232,7 +232,7 @@ public static partial class CalculateManager
return new ManagerResult
{
PostValues = postValues,
PostValues = postValues.GetValues(),
NextValues = nextValues.GetValues(),
PreparedValues = preparedValues,
Columns = new

View File

@ -197,7 +197,7 @@ public static partial class CalculateManager
return new ManagerResult
{
PostValues = postValues,
PostValues = postValues.GetValues(),
NextValues = nextValues.GetValues(),
PreparedValues = preparedValues,
Columns = new