Use new constructor
This commit is contained in:
Родитель
6ec34ce667
Коммит
586166e7b2
|
@ -39,7 +39,7 @@
|
||||||
public MainViewModel()
|
public MainViewModel()
|
||||||
{
|
{
|
||||||
var events = new EventAggregator();
|
var events = new EventAggregator();
|
||||||
var config = new Configuration { Events = events }.WithCss().WithDefaultLoader(m =>
|
var config = new Configuration(events: events).WithCss().WithDefaultLoader(m =>
|
||||||
{
|
{
|
||||||
m.IsNavigationEnabled = true;
|
m.IsNavigationEnabled = true;
|
||||||
m.IsResourceLoadingEnabled = true;
|
m.IsResourceLoadingEnabled = true;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче