mirror of
https://github.com/0xd4d/de4dot
synced 2026-06-08 10:09:02 +00:00
2236300943
Finds InitializeComponent() method and renames it if necessary. Finds all event handlers and names the args sender and e respectively. Finds all field event handlers and names them <field>_<event>, eg. button_Click.