Пример #1
0
        public GraphStepProxy FindStepByName(string name)
        {
            GraphStep      step  = GraphModel.FindStepByName(name);
            GraphStepProxy proxy = new GraphStepProxy(step);

            return(proxy);
        }