Пример #1
0
 internal void OnCustomizeMapAreas(MapAreasCollection areaItems)
 {
     if (control == null)
     {
         control = (Chart)serviceContainer.GetService(typeof(Chart));
     }
     if (control != null)
     {
         control.CallCustomizeMapAreas(areaItems);
     }
 }
Пример #2
0
 public CustomizeMapAreasEventArgs(MapAreasCollection areaItems)
 {
     this.areaItems = areaItems;
 }