void OnMakefilePathFocusChildSet (object sender, FocusChildSetArgs e) { if (data.AbsoluteMakefileName != fileEntryMakefilePath.Path) { ResetAll (); if (TryLoadMakefile (true)) GuessVariables (); } }
protected void OnComboboxFamiliaProdFocusChildSet(object o, FocusChildSetArgs args) { this.CargarTiposFamiliaCombobox(); }