Med Popups och nytt system för släckning, men utan hantering av rätt popup
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
public interface IPopupEventHub
|
||||
{
|
||||
event EventHandler? InfoPopupCloseRequested;
|
||||
event EventHandler<PopupCloseEventArgs>? InfoPopupCloseRequested;
|
||||
|
||||
void RaiseInfoPopupClose(string popupId);
|
||||
|
||||
void RaiseInfoPopupClose();
|
||||
}
|
||||
Reference in New Issue
Block a user