- shit: Cleanup this mess
This commit is contained in:
@@ -3,12 +3,14 @@ namespace Nebula.Shared.Services;
|
||||
[ServiceRegister]
|
||||
public class PopupMessageService
|
||||
{
|
||||
public Action<object>? OnPopupRequired;
|
||||
public Action<object>? OnCloseRequired;
|
||||
public Action<object>? OnPopupRequired;
|
||||
|
||||
public void Popup(object obj)
|
||||
{
|
||||
OnPopupRequired?.Invoke(obj);
|
||||
}
|
||||
|
||||
public void ClosePopup(object obj)
|
||||
{
|
||||
OnCloseRequired?.Invoke(obj);
|
||||
|
||||
Reference in New Issue
Block a user