Esempio n. 1
0
 private void ExpandList(bool expand, bool clear = false)
 {
     listExpanded = expand;
     if (expand)
     {
         lexicon.SetListMenuDisplay(true, 12);
     }
     else
     {
         lexicon.SetListMenuDisplay(true, 4);
     }
     if (clear)
     {
         lexicon.CleanList();
     }
 }