Exemplo n.º 1
0
 public QueryForm(List<ApiXmlObject> myList, OpenShpeForm openShpeForm)
 {
     InitializeComponent();
     this.apiElementsList = myList;
     this.openShpeForm = openShpeForm;
     this.parameterTextBoxList = new Dictionary<Label,TextBox>();
     //First thing we do is populate all the possible categories obtained from the xml file
     PopulateCategory();
 }
Exemplo n.º 2
0
 public QueryForm(List <ApiXmlObject> myList, OpenShpeForm openShpeForm)
 {
     InitializeComponent();
     this.apiElementsList      = myList;
     this.openShpeForm         = openShpeForm;
     this.parameterTextBoxList = new Dictionary <Label, TextBox>();
     //First thing we do is populate all the possible categories obtained from the xml file
     PopulateCategory();
 }