コード例 #1
0
	  private void copy(AttributeSource target, AttributeSource source)
	  {
		if (target != source)
		{
		  source.copyTo(target);
		}
	  }