Пример #1
0
 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 });
 }
Пример #2
0
 public AcConfigValidator(AcMenuElements elem)
 {
     this.elem = elem;
 }
Пример #3
0
 public AcMenuController(AcMenuElements elem, ProfileCollection profiles)
 {
     this.elem     = elem;
     this.profiles = profiles;
 }