Exemplo n.º 1
0
 private void NextLine()
 {
     index++;
     if (index < listLines.Count)
     {
         ShowLine();
     }
     else
     {
         index    = 0;
         cooldown = 0;
         actions.DoEvent();
     }
 }