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