Adding page refresh to IPageBase
This commit is contained in:
@@ -35,6 +35,7 @@ public partial class MainWindow : Window
|
||||
if (_pages.TryGetValue(pageName.ToLower(), out var page))
|
||||
{
|
||||
_mainContentControl?.Content = page;
|
||||
page.Refresh();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user