IReport is added
This commit is contained in:
@@ -86,10 +86,7 @@ namespace StructureHelper.Windows.ViewModels.Calculations.CalculationProperies
|
||||
public ICommand AddForceCombinationCommand { get; private set; }
|
||||
public ICommand RemoveForceCombinationCommand { get; private set; }
|
||||
|
||||
|
||||
|
||||
private readonly ICalculationProperty calculationProperty;
|
||||
|
||||
public CalculationPropertyViewModel(ICalculationProperty calculationProperty)
|
||||
{
|
||||
this.calculationProperty = calculationProperty;
|
||||
@@ -102,8 +99,6 @@ namespace StructureHelper.Windows.ViewModels.Calculations.CalculationProperies
|
||||
RemoveForceCombinationCommand = new RelayCommand(o => RemoveForceCombination(), o => SelectedCombination != null);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void SaveProperties()
|
||||
{
|
||||
calculationProperty.ForceCombinations.Clear();
|
||||
|
||||
Reference in New Issue
Block a user