.Net
Is it possible to add a second resource property file with XAML?
I am writing a C# desktop program (.Net Framework). In my MainWindow.xaml file, I have the following as a part of my <Window> tag: Later in this file, I can then use: to get a Read more…