Replies: 1 comment 1 reply
-
The IDialogService interface is part of Prism and is used for showing basic dialogs. The IRegionDialogService is a custom interface I wrote specifically for the app I was building in the YouTube video that handled region navigation within dialogs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I watched Brian's course on Pluralsight, Introduction to Prism for WPF.
And, I am watching his stream on Youtube, Prism for WPF - Building Outlook nowadays.
He uses IDialogService interface on Pluralsight's course but, uses IRegionDialogService inteface on Youtube.
It is really confusing.
I I want to know what is the difference between them.
Beta Was this translation helpful? Give feedback.
All reactions