/// <summary> /// Add a GI strand to the configuration /// </summary> /// <param name="Name">GI strand name</param> /// <param name="Number">Pretty undecoded strand number</param> public void AddGI(string Name, string Number) { GIConfigFileEntry ge = new GIConfigFileEntry(); ge.Name = Name; ge.Number = Number; PRGI.Add(ge); }