Esempio n. 1
0
 private static void InsertColors()
 {
     RandColor.Add(Color.AliceBlue);
     RandColor.Add(Color.LightGreen);
     RandColor.Add(Color.Bisque);
     RandColor.Add(Color.Brown);
     RandColor.Add(Color.BlueViolet);
     RandColor.Add(Color.BurlyWood);
     RandColor.Add(Color.CornflowerBlue);
     RandColor.Add(Color.DarkRed);
     RandColor.Add(Color.Azure);
     RandColor.Add(Color.Cyan);
     RandColor.Add(Color.Magenta);
 }