Search results for query: *

  1. MichielJN

    Resolved Problem programming buttons

    Thanks man, you saved me a lot of time.
  2. MichielJN

    Resolved Problem programming buttons

    public void BerekenTafelTegels() { if (Program.Tafel2.Count == 0) { } else if (Program.Tafel2.Count > 0) { int index = 0; foreach (List<Tegel> tafelTegels in Program.Tafel2) { if (tafelTegels.Count > 0) {...
Back
Top Bottom