Exemplo n.º 1
0
 public void AfterConnection(Connection con)
 {
     if (effect)
     {
         effect.AfterConnection(con);
     }
 }