I created a WPF application in c# with 3 different windows, Home.xaml, Name.xaml, Config.xaml. I want to declare a variable in Home.xaml.cs that I
Home.xaml, Name.xaml, Config.xam
Home.xaml.cs
The proper way, especially if you ever want to move to XBAPP, is to store it in
Application.Current.Properties
which is a Dictionary object.