Exemplo n.º 1
0
 public void Do(DerivedArgs args)
 {
     Assert.AreEqual("teststring", args.StringArg);
     if (DoCalled != null)
     {
         DoCalled();
     }
 }
Exemplo n.º 2
0
 public void Do(DerivedArgs args)
 {
     Assert.AreEqual("teststring", args.StringArg);
     if (DoCalled != null) DoCalled();
 }