Example #1
0
 ///<summary>
 ///A static trigger for the popup handler toggle called from the word objects in the word panel on pointer enter and exit.
 ///</summary>
 public static void TogglePopupCurentLink(string word)
 {
     popupHandler.TogglePopupPanel(word);
 }