Beispiel #1
0
 private void OnChartCommentListRemove(ChartComment entity)
 {
     SendPropertyChanging(null);
     entity.SmartChart = null;
     SendPropertyChanged(null);
 }
Beispiel #2
0
 private void OnChartCommentListAdd(ChartComment entity)
 {
     SendPropertyChanging(null);
     entity.SmartChart = this;
     SendPropertyChanged(null);
 }