From ef53495e8ce5229450dc08663a15497ab6e1857d Mon Sep 17 00:00:00 2001 From: MrZhangYuan Date: Tue, 14 Jan 2020 10:42:32 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209f983..80bded4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ dialog.Close(); Each view item has four events, they are 'Showing','Shown','Closing','Closed'. 'Showing','Closing' can be canceled. you can use it like that: ```csharp -public partial class DialogWithEvent +public partial class DialogWithEvent : Dialog { public DialogWithEvent() {