JryVideo.Viewer.VideoViewer.VideoViewerViewModel.VideoViewerViewModel C# (CSharp) Метод

VideoViewerViewModel() публичный Метод

public VideoViewerViewModel ( VideoInfoViewModel info ) : System
info VideoInfoViewModel
Результат System
        public VideoViewerViewModel(VideoInfoViewModel info)
        {
            this.InfoView = info;
            this.EntitesView = new JasilyCollectionView<ObservableCollectionGroup<string, EntityViewModel>>();
            this.Background = new BackgroundImageViewModel(this);
            this.VideoRoleCollection = new VideoRoleCollectionViewModel(info.SeriesView.Source, info.Source)
            {
                VideoViewerViewModel = this
            };
        }