threading fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
namespace Hyperbar.Widget.Contextual;
|
||||
|
||||
namespace Hyperbar.Widget.Contextual;
|
||||
|
||||
public class ContextualWidgetViewModel :
|
||||
ObservableCollectionViewModel<IWidgetComponentViewModel>,
|
||||
@@ -6,8 +7,9 @@ public class ContextualWidgetViewModel :
|
||||
ITemplatedViewModel
|
||||
{
|
||||
public ContextualWidgetViewModel(ITemplateFactory templateFactory,
|
||||
IServiceFactory serviceFactory,
|
||||
IEnumerable<IWidgetComponentViewModel> items) : base(serviceFactory, items)
|
||||
IServiceFactory serviceFactory,
|
||||
IMediator mediator,
|
||||
IEnumerable<IWidgetComponentViewModel> items) : base(serviceFactory, mediator, items)
|
||||
{
|
||||
TemplateFactory = templateFactory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user