/// <summary> /// Create new element and process comination and opposing. /// </summary> /// <param name="c">New element value</param> public void AddElement(char c) { Sq.AddElement(c); Combine(); Oppose(); }