コード例 #1
0
 /// <summary>
 /// Adds an <see cref="TerminalControlBase"/> entry to the tile
 /// </summary>
 public void Add(TerminalControlBase newControl)
 {
     tileElement.Add(newControl);
 }
コード例 #2
0
 /// <summary>
 /// Adds an <see cref="TerminalControlBase"/> entry to the tile
 /// </summary>
 public void Add(TerminalControlBase newControl)
 {
     controls.Add(newControl);
 }