void ReportProgress(Tuple <int, string, Color> t) { ProgressBar.Value = t.Item1; LogBox.AppendLine(GetHour() + t.Item2, t.Item3); }