Exemplo n.º 1
0
 void LoadShortcut()
 {
     int[] arr = UserCommonData.LoadShortcut();
     if (arr == null)
     {
         return;
     }
     foreach (int a in arr)
     {
         NormalList[a].PinnItem();
     }
 }