SIL.FieldWorks.Common.Controls.LayoutMerger.ReattachDupSuffixes C# (CSharp) Method

ReattachDupSuffixes() private method

private ReattachDupSuffixes ( XmlNode copy, string dupKey ) : void
copy System.Xml.XmlNode
dupKey string
return void
		private void ReattachDupSuffixes(XmlNode copy, string dupKey)
		{
			FixUpPartRefParamAttrForDupNode(copy, dupKey);
			FixUpPartRefLabelAttrForDupNode(copy, dupKey);
		}