Beispiel #1
0
 public void FillSystemListGrid(List <HistoryEntry> cls)
 {
     if (cls != null)
     {
         systemlistgrid.FillFromSystemList(cls); // recompute it into the other array
         computed.Add(systemlistgrid);           // add to list to display when ready
     }
 }