Ejemplo n.º 1
0
        private void btnTable_Click(object sender, EventArgs e)
        {
            double r = Common.getDouble(tbRow);
            double c = Common.getDouble(tbColumn);

            double t = lut.Calculate(r, c);

            Common.setValue(tbTable, t);
        }