Gestite schede nella pagina ispezione e migliorie grafiche
This commit is contained in:
5
SteUp.Shared/Core/Messages/Scheda/NewSchedaMessage.cs
Normal file
5
SteUp.Shared/Core/Messages/Scheda/NewSchedaMessage.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using CommunityToolkit.Mvvm.Messaging.Messages;
|
||||
|
||||
namespace SteUp.Shared.Core.Messages.Scheda;
|
||||
|
||||
public class NewSchedaMessage(object? value = null) : ValueChangedMessage<object?>(value);
|
||||
Reference in New Issue
Block a user