Exemple #1
0
 /// <summary>
 /// Remembers an edit created as part of this editing session (and index as part of
 /// the map model that contains this session).
 /// </summary>
 /// <param name="edit"></param>
 internal void AddOperation(Operation edit)
 {
     m_Operations.Add(edit);
     MapModel.AddEdit(edit);
 }