Ejemplo n.º 1
0
 public static bool RegisterCultureChanged(ICultureChanged handler)
 {
     try
     {
         _notifyChangedList.Add(handler);
         return(true);
     }
     catch (Exception e)
     {
         //Logger.LogException(e);
         return(false);
     }
 }
Ejemplo n.º 2
0
 public static bool RegisterCultureChanged(ICultureChanged handler)
 {
     try
     {
         _notifyChangedList.Add(handler);
         return true;
     }
     catch (Exception e)
     {
         //Logger.LogException(e);
         return false;
     }
 }