示例#1
0
        private void PopulateControls()
        {
            lstPlayerType.ItemsSource = PlayableItemFactory.Instance.GetAllPlayableExternalConfigurators().Select(t => t.ExternalPlayerName);

            SetListDataSource(lstMediaTypes, EnumWrapperList <MediaType> .Create());
            SetListDataSource(lstVideoFormats, EnumWrapperList <VideoFormat> .Create());
        }