Example #1
0
        public void Add(System.Windows.UIElement el1, System.Windows.UIElement el2)
        {
            BASE_BLOCK bb = new BASE_BLOCK();

            //	bb.element_begin = el1;
            //	bb.element_end = el2;

            joints.Add(bb);
        }
Example #2
0
 public void Remove(BASE_BLOCK joint)
 {
     joints.Remove(joint);
 }