So I have the following code for when the \"Add player\" button is clicked
private void addPlayerBtn_Click_1(object sender, EventArgs e) { //Do some code
addPlayerBtn_Click_1(null, null);
This works if you don't need the information in sender and e.
sender
e