xFunc.Presenters.GraphsPresenter.Remove C# (CSharp) Method

Remove() public method

public Remove ( GraphItemViewModel exp ) : void
exp xFunc.ViewModels.GraphItemViewModel
return void
        public void Remove(GraphItemViewModel exp)
        {
            listOfGraphs.Remove(exp);

            view.Graphs = listOfGraphs.AsReadOnly();
        }

Same methods

GraphsPresenter::Remove ( int index ) : void