// 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; } }
// 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; } }
static PG2SqlQueryBox() { var n = 0; FrameItem.FiFillInPropertyDescriptions(Allprops, ref n, true, true, true, true, false); foreach (PropertyDesc propertyDesc in Properties) { Allprops[n++] = propertyDesc; } }