/// <summary>
		/// Removes the button from the group.
		/// </summary>
		public void remove(AbstractButton @b)
		{
		}
 /// <summary>
 /// Removes the button from the group.
 /// </summary>
 public void remove(AbstractButton @b)
 {
 }
		/// <summary>
		/// Adds the button to the group.
		/// </summary>
		public void add(AbstractButton @b)
		{
		}
 /// <summary>
 /// Adds the button to the group.
 /// </summary>
 public void add(AbstractButton @b)
 {
 }