Neighbourhood.omg.lol/Classes/NavigatorService.cs

9 lines
219 B
C#
Raw Normal View History

using Microsoft.AspNetCore.Components;
namespace Neighbourhood.omg.lol {
public class NavigatorService {
2024-07-02 00:01:06 +00:00
internal NavigationManager? NavigationManager { get; set; }
internal Page? Page { get; set; }
}
}