using CefSharp.Wpf; using IOTContainer.Common; using IOTContainer.Model; using LottieSharp; using Microsoft.Web.WebView2.Core; using Microsoft.Web.WebView2.Wpf; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; 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 IOTContainer.View { /// /// ProgControl.xaml 的交互逻辑 /// public partial class ProgControl : UserControl { string outLinePath; bool isStop = false; bool isSingle = false; private int _maxTryCount = 5; List components; List VlcLists = new List(); List imageControls = new List(); List mediaElements = new List(); List canvasWebBrowsers = new List(); List lottieView = new List(); List cancellationTokens = new List(); List marqueeControlNews = new List(); List clockControls = new List(); List weatherControls = new List(); List