Med Popups och nytt system för släckning, men utan hantering av rätt popup
This commit is contained in:
11
GreadyPoang.Services/Services/PopupClosingEventArgs.cs
Normal file
11
GreadyPoang.Services/Services/PopupClosingEventArgs.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace GreadyPoang.Services;
|
||||
|
||||
public class PopupCloseEventArgs : EventArgs
|
||||
{
|
||||
public string PopupId { get; }
|
||||
|
||||
public PopupCloseEventArgs(string popupId)
|
||||
{
|
||||
PopupId = popupId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user