using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IntelligentControlForsx.Code { public static class CommunalTarget { static UpdMemory udpDoubleMemory = new UpdMemory(); public static UpdMemory UdpDoubleMemory { get { return udpDoubleMemory; } } } }