using System; namespace HDL_ON.Entity { public class AirSwitch { public AirSwitch() { } } }