Beispiel #1
0
            public PipeList(PipeManager pipeManager, IEnumerable <IPipe> pipes)
            {
                _pipeManager = pipeManager;
                _pipes       = pipes.OrderByDescending(x => x.Priority).ToList();

                ReloadEnabledPipes();
            }
Beispiel #2
0
            public PipeList(PipeManager pipeManager, IEnumerable<IPipe> pipes)
            {
                _pipeManager = pipeManager;
                _pipes = pipes.OrderByDescending(x => x.Priority).ToList();

                ReloadEnabledPipes();
            }