OK,
So I learned how to use Dic to store info and StringQuery and saving to file.
Is there any other way to store variables between switched pages in UWP?
I need to use tables.
OK,
So I learned how to use Dic to store info and StringQuery and saving to file.
Is there any other way to store variables between switched pages in UWP?
I need to use tables.
Why you want to store the info when switch pages? and where you to store the variables. Do the variables need used in other pages?
@NicoZhu-MSFT
I store variables how AryaDing tought me with Dictionary ex. <string, string>, and then App.Dic["variable"].
Yes, exactly, they do need to be used on different pages? How else can it be done - you suggesting something?
Thanks for respond.
6 people are following this question.