using CefSharp.Wpf;
using Container.Business;
using Container.ChildWindows;
using Container.Common;
using Container.Model;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using Vlc.DotNet.Wpf;
namespace Container.Win
{
///
/// ProgControl.xaml 的交互逻辑
///
public partial class ProgControl : UserControl
{
string outLinePath;
App app = ((App)System.Windows.Application.Current);
DirectoryInfo vlcLibDirectory;
backgroundMaterialInfo backgroundMaterial;
string backgroundColor;
List components;
private Thread th1;//播放屏保的线程
bool isStop = false;
BrushConverter converter = new BrushConverter();
List tasks = new List();
List marqueeControlNews = new List();
List clockControls = new List();
List weatherControls = new List();
List imageControls = new List();
List mediaControls = new List();
List chromiumWebBrowsers = new List();
List mediaElements = new List();
List