Пример #1
0
 private void OnPopupAdd(CollectionAddEvent <PopupData> popupAddEventData)
 {
     _view.AddPopup(popupAddEventData.Value);
 }