Example #1
0
 private void FuncToCall(object context)
 {
     maxMinAvgList = TimeFilter.filterForTime(tMaxValue, tMinValue);
     PropertyChanged(this, new PropertyChangedEventArgs(nameof(MinMaxAvgModelData)));
 }