Ejemplo n.º 1
0
        public SGIP_Field(SGIP_CommandHead CommandHead, PropertyInfo ProInfo, SGIP_PropertyAttribute ProAttribute)
        {
            m_CommandHead  = CommandHead;
            m_ProInfo      = ProInfo;
            m_ProAttribute = ProAttribute;

            Build();
        }
Ejemplo n.º 2
0
        public SGIP_Field(SGIP_CommandHead CommandHead, PropertyInfo ProInfo, SGIP_PropertyAttribute ProAttribute)
        {
            m_CommandHead = CommandHead;
            m_ProInfo = ProInfo;
            m_ProAttribute = ProAttribute;

            Build();
        }