Ejemplo n.º 1
0
        private string GetPipeBaseStateId(PipeVisualState pipeVisualState)
        {
            var stateId = "pipe";

            stateId += pipeVisualState.PipeShape.ToString();
            return(stateId);
        }
Ejemplo n.º 2
0
        private string GetPipeBaseStateId(PipeVisualState pipeVisualState)
        {
            var stateId = "pipe";

            stateId += pipeVisualState.PipeDirection.PipeDirectionToPipeShape().ToString();
            stateId += (int)pipeVisualState.ConduitLayer;
            return(stateId);
        }