Ejemplo n.º 1
0
 /// <summary>
 /// Triggers the ConnectionCreating event.
 /// </summary>
 public virtual void OnConnectionCreating(PlumbingEventArgs ea)
 {
     if (ConnectionCreating != null)
         ConnectionCreating(this, ea);
 }
Ejemplo n.º 2
0
 public void ConnectionCreating_DummyHandler(object sender, PlumbingEventArgs ea)
 {
     ConnectionCreating_TimesCalled++;
 }