Switch out dotnet ctk messenger for source gen Meditor
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using Avalonia.Controls.Primitives;
|
||||
using CommunityToolkit.Mvvm.Messaging;
|
||||
|
||||
namespace Toolkit.Foundation.Avalonia
|
||||
{
|
||||
public abstract class NavigationRouteHandler<TTarget> : IRecipient<NavigationRouteRequest<TTarget>> where TTarget : TemplatedControl
|
||||
{
|
||||
public abstract void Receive(NavigationRouteRequest<TTarget> message);
|
||||
}
|
||||
//public abstract class NavigationRouteHandler<TTarget> : IRecipient<NavigationRouteRequest<TTarget>> where TTarget : TemplatedControl
|
||||
//{
|
||||
// public abstract void Receive(NavigationRouteRequest<TTarget> message);
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user