Closed dgrunwald closed 10 years ago
Code completion for textBox.Click += shows an item with the confusing name HandleHandleClick. I think we should rename this to 'Create method HandeClick'.
textBox.Click +=
HandleHandleClick
Code completion for
textBox.Click +=
shows an item with the confusing nameHandleHandleClick
. I think we should rename this to 'Create method HandeClick'.