Ejemplo n.º 1
0
 public MyEvent(
     int myInt,
     string myString,
     MyInsideEvent nested)
 {
     this.MyInt    = myInt;
     this.MyString = myString;
     this.Nested   = nested;
 }
Ejemplo n.º 2
0
 public MyEvent(int myInt, string myString, MyInsideEvent nested)
 {
     MyInt    = myInt;
     MyString = myString;
     Nested   = nested;
 }