20240301_JSEQ_upperpc/JiangsuEarthquakeJM/JiangsuEarthquake/ImageDictionary.xaml

7 lines
502 B
Plaintext
Raw Normal View History

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ImageSource x:Key="CycleYellow">Assets/Images/CycleYellow.png</ImageSource>
<ImageSource x:Key="CycleOrange">Assets/Images/CycleOrange.png</ImageSource>
<ImageSource x:Key="CycleRed">Assets/Images/CycleRed.png</ImageSource>
<ImageSource x:Key="CycleGreen">Assets/Images/CycleGreen.png</ImageSource>
</ResourceDictionary>