Ejemplo n.º 1
0
 public int DoSomething(MyEventArgs e)
 {
     MyEvent(e);
     return(0);
 }
Ejemplo n.º 2
0
 static int MyHandler(MyEventArgs e)
 {
     Console.WriteLine(e.MyString);
     return(0);
 }