提交 d10715da 编写于 作者: D Dan Siegel

chore: update Maui sample for updated Dialog API

上级 10e01ebd
......@@ -20,9 +20,7 @@ public class LoginViewModel : BindableBase, IDialogAware
public DelegateCommand LoginCommand { get; }
public DialogCloseEvent RequestClose { get; set; }
//public event Action<IDialogParameters> RequestClose;
public DialogCloseListener RequestClose { get; }
public bool CanCloseDialog() => _canClose;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册