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