- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:system="clr-namespace:System;assembly=mscorlib">
- <!--WPFShowMessageBox-->
- <system:String x:Key="Detail">Detail</system:String>
- <system:String x:Key="Confirm">Confirm</system:String>
- <system:String x:Key="Cancel">Cancel</system:String>
- <system:String x:Key="Yes">Yes</system:String>
- <system:String x:Key="No">Yes</system:String>
- <!--Bottom_Frame-->
- <system:String x:Key="OverView">OverView</system:String>
- <system:String x:Key="RecipeView">Recipe</system:String>
- </ResourceDictionary>
|