Exemple #1
0
 public void OnDestroy()
 {
     if (dispatchKeys.Count > 0)
     {
         Dispatcher.RemoveAllListeners(this);
     }
     OnRemove();
 }