From d2ae08771efa7205daf900452fbf1b59706eb277 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 4 Oct 2021 21:55:41 +0300 Subject: [PATCH] Fix documentation inaccuracy --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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