Exemplo n.º 1
0
 public void UnsetActive()
 {
     if (CurrentActive)
     {
         CurrentActive.AfterClick();
     }
     CurrentActive = null;
 }