Beispiel #1
0
        public virtual void WireFormatSelector()
        {
            var selection =
                Services.GetAll <ILiaraFormatSelector>().OrderByDescending(x => x.Priority).FirstOrDefault() ??
                new LiaraFormatSelector();

            formatSelector       = selection;
            isFormatSelctorWired = true;
        }
Beispiel #2
0
        public virtual void WireFormatSelector()
        {
            var selection =
                Services.GetAll<ILiaraFormatSelector>().OrderByDescending(x => x.Priority).FirstOrDefault() ??
                new LiaraFormatSelector();

            formatSelector = selection;
            isFormatSelctorWired = true;
        }