Example #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         LanguageChangedEventManager.RemoveListener(TranslationManager.Instance, this);
     }
 }
Example #2
0
        public TranslationData(string key)
        {
            this.key = key;

            LanguageChangedEventManager.AddListener(TranslationManager.Instance, this);
        }