Exemplo n.º 1
0
 private static void SetResource(E_KitchenImages ResourceName, string Value)
 {
     SetResource(ResourceName.ToString(), Value);
 }
Exemplo n.º 2
0
 //public because I need them in Room.xaml.cs
 public static string GetResource(E_KitchenImages ResourceName)
 {
     return GetResource(ResourceName.ToString()).ToString();
 }