public string resultado() { if (h != "") { SistemaCheio.sistemaCheio = true; } else { SistemaCheio.sistemaCheio = false; } Calculos calc = new Calculos(); string result = calc.resultado(abMult, bcMult, cdMult, deMult, efMult, fgMult, ghMult, abDiv, bcDiv, cdDiv, deDiv, efDiv, fgDiv, ghDiv, a, b, c, d, e, f, g, h); return(result); }