using MeterPlugInLibrary;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CarRemoteMeter
{
public class CarCache
{
///
/// 摄像头的开关类集合
///
public static List cameraShots { get; set; }
}
}