Example #1
0
        private void Remove(object parameter)
        {
            CurrentContainerCarParts.Remove(SelectedCurrentContainerCarPart);

            RecalculateTotalCarPart();
        }