diff --git a/README.md b/README.md index 67379a4..936392b 100644 --- a/README.md +++ b/README.md @@ -169,11 +169,9 @@ public class StartForm : FormBase } - //Gets invoked during Navigation to this form - public override async Task Init(params object[] param) - { - - } + //Gets invoked during Navigation to this form + + //Init() got replaced with event handler //Opened() got replaced with event handler