protected virtual void OnGetRoomVariableResponseRecieved(GetRoomVariableResponseArgs args) { var func = GetRoomVariableResponseRecieved; if (func != null) { func(this, args); } }
void engine_GetRoomVariableResponseRecieved(GetRoomVariableResponseArgs e) { if (e == null) throw new ArgumentNullException("e"); }