Exemple #1
0
            void ApplyResult(JSProcessCitationResult jsResult)
            {
                foreach (var update in jsResult.Items)
                {
                    var entryToUpdate = citationList[update.Index];

                    new RangeFormatter().AssignHtml(entryToUpdate.FieldSource.Result, update.String);
                }
            }
			void ApplyResult(JSProcessCitationResult jsResult)
			{
				foreach (var update in jsResult.Items)
				{
					var entryToUpdate = citationList[update.Index];

					new RangeFormatter().AssignHtml(entryToUpdate.FieldSource.Result, update.String);
				}
			}