Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 287b0eb

Browse files
committed
OneWayBind
1 parent 2fea590 commit 287b0eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Chaincase/Views/MnemonicPage.xaml.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ public MnemonicPage()
1616
this.BindCommand(ViewModel,
1717
vm => vm.AcceptCommand,
1818
v => v.Accept)
19-
.DisposeWith(disposables);
20-
21-
this.Bind(ViewModel,
19+
.DisposeWith(disposables);
20+
this.OneWayBind(ViewModel,
2221
vm => vm.MnemonicString,
2322
v => v.Mnemonic.Text)
2423
.DisposeWith(disposables);

0 commit comments

Comments
 (0)