Exemplo n.º 1
0
        private bool CanReorderVariable()
        {
            //when you query the view, it is determined the order is not possible to change if it is sorted
            SequenceFormVM parent = (SequenceFormVM)Parent;

            return(parent.CanReorderVariable());
        }