Example #1
0
 public void Unregister(StaticCallback listener)
 {
     _staticListeners -= listener;
 }
Example #2
0
 public void Register(StaticCallback listener)
 {
     _staticListeners += listener;
 }