Hook Requests - Wiki
Posted: Sat Jun 20, 2015 9:52 pm
I need a hook to replace the Edit_Click method of FormWiki:
Code: Select all
private void Edit_Click() {
if(Plugins.HookMethod(this,"FormWiki.Edit_Click")) {
return;
}
...