Пример #1
0
        //------------constants------------

        // used to set entry equal to the mathematical constant pi
        private void piButton_Click(object sender, EventArgs e)
        {
            functions.PI();
            display.Text = functions.Entry;
        }