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