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