7 lines
502 B
Plaintext
7 lines
502 B
Plaintext
|
|
<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>
|