Exemplo n.º 1
0
 private void OnSending(DistributingEventArgs e)
 {
     if (Distributing != null)
     {
         Distributing(this, e);
     }
 }
Exemplo n.º 2
0
 private void OnSending(DistributingEventArgs e)
 {
     if (Distributing != null)
     {
         Distributing(this, e);
     }
 }