Ejemplo n.º 1
0
 public void Show(int buttonSN = 0)
 {
     if (null == area)
     {
         return;
     }
     list.AddDropDownList(areaLabel, area, listStyle);
     list.AddElement(null, null, null, null, testp.OnCreatGUI);
     list.AddElement(null, null, null, null, testp.OnCreatGUI);
     list.AddElement(null, null, null, null, testp.OnCreatGUI);
     list.AddElement(null, null, null, null, testp.OnCreatGUI);
     list.AddElement(null, null, null, null, testp.OnCreatGUI);
     list.AddElement(null, null, null, null, testp.OnCreatGUI);
 }