CarCache.cs 298 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Core.StlMes.Client.LgResMgt.Mcms
  6. {
  7. public static class CarCache
  8. {
  9. /// <summary>
  10. /// </summary>
  11. public static DhCameraShot cameraShots { get; set; }
  12. }
  13. }