Sic07/FrameworkLocal/RTEquipmentLibrary/HardwareUnits/Efems/EfemBase.cs

13 lines
227 B
C#
Raw Permalink Normal View History

2023-02-02 14:23:32 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Efems
{
public class EfemBase
{
}
}