This snippet takes advantage of the new List< > available to us in C# 2.0 to populate a list of all known colors
[b]Instructions:[/b] Make sure to have:
using System.Collections.Generic;
using Syst
This snippet takes advantage of the new List< > available to us in C# 2.0 to populate a list of all known colors
[b]Instructions:[/b] Make sure to have:
using System.Collections.Generic;
using System.Drawing;
<">