Exemplo n.º 1
0
 private void method_3(NavigateMenuNodeCollection navigateMenuNodeCollection_0)
 {
     foreach (NavigateMenuNode node in navigateMenuNodeCollection_0)
     {
         if ((node.Node != null) && (node.Node.Count > 0))
         {
             this.method_3(node.Node);
         }
         else
         {
             this.list_0.Add(node);
         }
     }
 }
Exemplo n.º 2
0
 public Control0()
 {
     this.font_0      = new Font("宋体", 9f);
     this.int_0       = 0x1f;
     this.rectangle_4 = new Rectangle(0, 0, 0, 0);
     this.toolTip_0   = new ToolTip();
     this.bool_3      = true;
     this.method_13();
     this.method_2();
     this.point_0                      = new Point(-1, -1);
     this.menuColorTable_0             = new MenuColorTable();
     this.navigateMenuNodeCollection_0 = new NavigateMenuNodeCollection();
     this.list_0 = new List <NavigateMenuNodeRect>();
     this.navigateMenuNodeCollection_0.Changed += new EventHandler(this.navigateMenuNodeCollection_0_Changed);
 }