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