Exemple #1
0
 public void Dispose()
 {
     CultureChangedEventManager.RemoveListener(LocalizationManager.Instance, this);
     Dispose();
     GC.SuppressFinalize(this);
 }
Exemple #2
0
 protected BaseLocalizationListener()
 {
     CultureChangedEventManager.AddListener(LocalizationManager.Instance, this);
 }