Show initial category count
This commit is contained in:
@@ -9,7 +9,7 @@ public class ContentDialogHandler(IDispatcher dispatcher) :
|
||||
{
|
||||
public async Task Handle(NavigateEventArgs<ContentDialog> args)
|
||||
{
|
||||
if (args.Region is ContentDialog contentDialog)
|
||||
if (args.Template is ContentDialog contentDialog)
|
||||
{
|
||||
contentDialog.DataContext = args.Content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user