Exemplo n.º 1
0
 public static void FireWriteEvent(LEventArgs e)
 {
     if (WriteDestChanged != null)
     {
         WriteDestChanged(e);
     }
 }
Exemplo n.º 2
0
 public static void FireWriteEvent(LEventArgs e)
 {
     if (WriteDestChanged != null) WriteDestChanged(e);
 }