예제 #1
0
 /// <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();
 }