Example #1
0
		public static SummaryTree Create(object redlineML, object oStatusXML, Dictionary<string, object> renderingOptions)
		{
			SummaryTree result = new SummaryTree();
			result.Load(redlineML, oStatusXML, renderingOptions);
			return result;
		}