public MyEvent( int myInt, string myString, MyInsideEvent nested) { this.MyInt = myInt; this.MyString = myString; this.Nested = nested; }
public MyEvent(int myInt, string myString, MyInsideEvent nested) { MyInt = myInt; MyString = myString; Nested = nested; }