This commit is contained in:
2022-05-18 20:09:59 +02:00
parent c77bc8e0d8
commit bc5fba8a18
139 changed files with 1000336 additions and 21 deletions

View File

@@ -4,15 +4,10 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Windows.Input;
namespace AutoLista {
internal class Program {
static void Main(string[] args) {
Keyboard keyboard = new Keyboard();
//lista letrehozas
ListaGen lista = new ListaGen();
lista.fajlIras();
@@ -30,7 +25,7 @@ namespace AutoLista {
}
for (int i = 0; i < autok.Count; i++) {
//if (i % 100000 == 0)
if (i % 100000 == 0)
autok[i].kiir();
}