Example #1
0
 public TestInternalEvent(INodeEventArgs args)
 {
     this.NodeEventArgs = args;
 }
Example #2
0
 public TestEvent1(INodeEventArgs e)
 {
     NodeEventArgs = e;
 }