Skip to content

Commit 7711180

Browse files
committed
Change alternative process background color to light blue
1 parent 371e315 commit 7711180

16 files changed

+6
-3
lines changed

SimpleTaskManager/TaskManagerForm.Designer.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SimpleTaskManager/TaskManagerForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void changeColor()
5656
int i = 0;
5757
foreach (Process p in processes)
5858
{
59-
if (i % 2 == 0) listView.Items[i].BackColor = Color.LightGray;
59+
if (i % 2 == 0) listView.Items[i].BackColor = Color.SkyBlue;
6060
else listView.Items[i].BackColor = Color.White;
6161
i++;
6262
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

SimpleTaskManager/obj/Debug/SimpleTaskManager.csproj.FileListAbsolute.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ C:\Users\zacha\Task-Manager-Windows\SimpleTaskManager\obj\Debug\SimpleTaskManage
1010
C:\Users\zacha\Task-Manager-Windows\SimpleTaskManager\obj\Debug\SimpleTaskManager.csproj.CoreCompileInputs.cache
1111
C:\Users\zacha\Task-Manager-Windows\SimpleTaskManager\obj\Debug\Task Manager.exe
1212
C:\Users\zacha\Task-Manager-Windows\SimpleTaskManager\obj\Debug\Task Manager.pdb
13+
C:\Users\zacha\Task-Manager-Windows\SimpleTaskManager\obj\Debug\SimpleTaskManager.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)