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
App.xaml:
Hello, Application world!
Code-behind:
Application.Current.FindResource("strApp").ToString()