In this post, we will see how to resolve How to retrieve int value from DialogService.ShowDialog() and assign that value…
Browsing: prism
Question: I use Prism. Data provider works correctly (SQLite here). [code] public class ListsViewModel : BindableBase { private readonly IDataProvider…
Question: I have a dialog which returns a IList value for the key CreatedGroups. I can already return said string…