Exemplo n.º 1
0
 void OnPicturePath(object sender, PicturePathEventArgs e)
 {
     if (PicturePathHandle != null)
     {
         PicturePathHandle(this, e);
     }
 }
Exemplo n.º 2
0
 void PicturePathDelegate(object sender, PicturePathEventArgs e)
 {
     if (PicturePathHandle != null)
     {
         PicturePathHandle(sender, e);
     }
 }