Example #1
0
        public void Init(object object_0)
        {
            IPopuMenuWrap wrap = null;

            wrap = object_0 as IPopuMenuWrap;
            wrap.Clear();
            if (this.int_0 > 0)
            {
                wrap.AddItem("Catalog_StartServer", true);
                wrap.AddItem("Catalog_StopServer", true);
                wrap.AddItem("Catalog_ServiceProperty", true);
            }
            wrap.AddItem("Catalog_GxObjectProperty", true);
        }