Private Sub btnSomething_Click(ByVal sender as Object, ByVal e as System.Eventargs) handles btnSomething.Click btnSomething.PerformClick() End Sub
I’m thinking that’s not the correct implementation of a recursive function
Comments are closed.