Ejemplo n.º 1
0
 /// <summary>
 /// Raises the shared ShowPropertiesClicked event
 /// </summary>
 public void Raise_ShowProperties(object sender, ImageLayerEventArgs e)
 {
     if (ShowPropertiesClicked != null)
     {
         ShowPropertiesClicked(sender, e);
     }
 }
 /// <summary>
 /// Raises the shared ShowPropertiesClicked event
 /// </summary>
 public void Raise_ShowProperties(object sender, ImageLayerEventArgs e)
 {
     if (ShowPropertiesClicked != null) ShowPropertiesClicked(sender, e);
 }