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