4 lines
110 B
C#
4 lines
110 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record NavigationChanged<TValue>(TValue? Value) :
|
|
INotification; |