You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
a0638ed generated the list List_UWPApps in MainWindow to act as the list to describe the checkboxes rendered in the window UWPApps, which cannot access the list.
List_UWPApps does contain the correct data to render the checkboxes as currently described in UWPApps.xaml which can be verified by writing the same code in MainWindow.xaml and loading default.ini in /configuration/, so the solution will likely entail either figuring out how to access the list by some external reference or by moving the declaration of, and possibly generation of the data in the list to a public class.
The text was updated successfully, but these errors were encountered:
a0638ed generated the list
List_UWPApps
inMainWindow
to act as the list to describe the checkboxes rendered in the windowUWPApps
, which cannot access the list.List_UWPApps
does contain the correct data to render the checkboxes as currently described inUWPApps.xaml
which can be verified by writing the same code inMainWindow.xaml
and loadingdefault.ini
in/configuration/
, so the solution will likely entail either figuring out how to access the list by some external reference or by moving the declaration of, and possibly generation of the data in the list to a public class.The text was updated successfully, but these errors were encountered: