using System;
using System.Collections.Generic;
using System.Text;

namespace GenericDisplayCommand.Controls.V1
{
    [Serializable]
    public class VideoView : View
    {
        public string Src { get; set; }
    }
}