From 15396c611a9afe462ebba347a3386676adce0477 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 16 May 2022 13:16:50 -0600 Subject: [PATCH] Add documentation --- Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs b/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs index b0fa7aa3..e05ca354 100644 --- a/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs +++ b/Source/LibationWinForms/ProcessQueue/ProcessQueueControl.cs @@ -255,6 +255,7 @@ namespace LibationWinForms.ProcessQueue /// Updates the display of a single at within /// /// index of the within the + /// The nme of the property that needs updating. If null, all properties are updated. private void UpdateControl(int queueIndex, string propertyName = null) { int i = queueIndex - FirstVisible;