// static constructor
        static MyfirstElement()
        {
            int n = 0;

            FrameItem.FiFillInPropertyDescriptions(allprops, ref n, true, true, true, true, false);
            foreach (PropertyDesc propertyDesc in myprops)
            {
                allprops[n++] = propertyDesc;
            }
        }
示例#2
0
        // static constructor
        static PG2VNCViewer()
        {
            int n = 0;

            FrameItem.FiFillInPropertyDescriptions(allprops, ref n, true, true, true, true, false);
            foreach (PropertyDesc propertyDesc in myprops)
            {
                allprops[n++] = propertyDesc;
            }
        }
示例#3
0
        static PG2SqlQueryBox()
        {
            var n = 0;

            FrameItem.FiFillInPropertyDescriptions(Allprops, ref n, true, true, true, true, false);
            foreach (PropertyDesc propertyDesc in Properties)
            {
                Allprops[n++] = propertyDesc;
            }
        }