There is a button on the form when you click on it, the btn_Click event is btn_Click , in which there is a function someFunc with the param parameter, how can you pass this parameter?
private void btn_Click(object sender, EventArgs e) { someFunc(param); }
parama form field. - Alexander Petrov