Пример #1
0
 private void ButtonDivision_Click(object sender, EventArgs e)
 {
     core.PressBinaryOperationButton(BinaryOperations.Divide);
     TextBox.Text = core.TextBoxValue;
     Label.Text   = core.LabelValue;
 }