Beispiel #1
0
        internal void FlipLegAnnotations(int legIndex)
        {
            var edit = new LegFlipAnnotations((uint)legIndex);

            edit.Apply(m_Legs);
            m_Changes.Add(edit);
        }
Beispiel #2
0
 internal void FlipLegAnnotations(int legIndex)
 {
     var edit = new LegFlipAnnotations((uint)legIndex);
     edit.Apply(m_Legs);
     m_Changes.Add(edit);
 }