39 string[] array = valuesDictionary.GetValue(
"Colors",
new string(
';', 15)).Split(
';');
45 string[] array2 = valuesDictionary.GetValue(
"Names",
new string(
';', 15)).Split(
';');
50 string[] names =
Names;
53 if (num < names.Length) {