Methods.Form1.calculate_Click Function
Start calculation when "Click" button is activated. Calls doCalculation
Private void calculate_Click (object, System.EventArgs)
Type
Name
Description
object
sender
Form that sent event
System.EventArgs
e
Event
Return
Description
void