Exemplo n.º 1
0
 public void ContentChanged_DummyHandlerWhichThrows(IPipe pipe, ContentChangedEventArgs ea)
 {
     throw new Exception("This excep expected:  The method or operation is not implemented.");
 }
Exemplo n.º 2
0
 public void ContentChanged_DummyHandler(IPipe pipe, ContentChangedEventArgs ea)
 {
     ContentChanged_TimesCalled++;
 }