private void SetElements() { elements = new AcMenuElements( this, acListView, acTypeComboBox, registrationTxtBox, wtUnitComboBox, fuelProfileComboBox, toProfileComboBox, ldgProfileComboBox, oewTxtBox, maxTOWtTxtBox, maxLdgWtTxtBox, maxZfwTxtBox, maxFuelTxtBox, biasPercentTxtBox, selectionGroupBox, propertyGroupBox, newBtn, editBtn, deleteBtn, new [] { wtUnitLbl1, wtUnitLbl2, wtUnitLbl3, wtUnitLbl4, wtUnitLbl5 }); }
public AcConfigValidator(AcMenuElements elem) { this.elem = elem; }
public AcMenuController(AcMenuElements elem, ProfileCollection profiles) { this.elem = elem; this.profiles = profiles; }