Fix documentation inaccuracy

This commit is contained in:
Victor 2021-10-04 21:55:41 +03:00
parent 9162c0894c
commit d2ae08771e

View File

@ -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