I have this problem,
I want to return certain value's from a method.
And that method has a parameter.
And i want to use that return value in a
other method, but it i dont have the
correct parameters for the method.
Example.
Code:
private void button1_Click(object sender, EventArgs e) { click(e); }
Leave a comment: