Exemple #1
0
        public GraphStepProxy FindStepByNumber(int number)
        {
            GraphStep      step  = GraphModel.FindStepByNumber(number);
            GraphStepProxy proxy = new GraphStepProxy(step);

            return(proxy);
        }