public void AddWidgetType(System.Type widgetType) { NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend; core?.AddWidgetInfo(new Dictionary <System.Type, string> { { widgetType, ApplicationInfo.ApplicationId } }); }
public void AddWidgetType(Dictionary <System.Type, string> widgetTypes) { NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend; core?.AddWidgetInfo(widgetTypes); }