示例#1
0
        // View Nodes
        #region View
        public void ListView()
        {
            JAction InsertAction = new JAction("New", "Automation.JASubsidiaries.InsertForm");

            Nodes.GlobalMenuActions = new JPopupMenu("Automation.JASubsidiaries", 0);
            Nodes.GlobalMenuActions.Insert(InsertAction);

            foreach (JASubsidiaries Sec in Items)
            {
                Nodes.Insert(Sec.GetNode());
            }
        }