Пример #1
0
 void raiseChanged(object sender, Collections.Generic.LightCollection <XPoint> .LightCollectionAddEventArgs e)
 {
     if (OnChanged != null)
     {
         OnChanged(this, new EventArgs());
     }
 }
Пример #2
0
 void Points_ItemRemove(object sender, Collections.Generic.LightCollection <XPoint> .LightCollectionRemoveEventArgs e)
 {
     raiseChanged(null, null);
 }