Exemplo n.º 1
0
 private void emptyLists()
 {
     MainListPonDemo.Clear();
     MainListUtoDemo.Clear();
     MainListSreDemo.Clear();
     MainListCetDemo.Clear();
     MainListPetDemo.Clear();
     MainListSubDemo.Clear();
 }
Exemplo n.º 2
0
 private void fillLists()
 {
     for (int i = 0; i < 64; i++)
     {
         MainListPonDemo.Add(new Term("", "", "", "", 0));
         MainListUtoDemo.Add(new Term("", "", "", "", 0));
         MainListSreDemo.Add(new Term("", "", "", "", 0));
         MainListCetDemo.Add(new Term("", "", "", "", 0));
         MainListPetDemo.Add(new Term("", "", "", "", 0));
         MainListSubDemo.Add(new Term("", "", "", "", 0));
     }
 }