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