File tree Expand file tree Collapse file tree 6 files changed +13
-1
lines changed
WatchOnlyBitcoinWallet/Views Expand file tree Collapse file tree 6 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : vm =" using:WatchOnlyBitcoinWallet.ViewModels"
6
+ x : CompileBindings =" True"
7
+ x : DataType =" vm:AboutViewModel"
6
8
mc : Ignorable =" d"
7
9
x : Class =" WatchOnlyBitcoinWallet.Views.AboutView"
8
10
Height =" 285" Width =" 300"
Original file line number Diff line number Diff line change 3
3
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : vm =" using:WatchOnlyBitcoinWallet.ViewModels"
6
+ x : CompileBindings =" True"
7
+ x : DataType =" vm:AddEditViewModel"
6
8
mc : Ignorable =" d"
7
9
x : Class =" WatchOnlyBitcoinWallet.Views.AddEditView"
8
10
Height =" 110" Width =" 480"
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : vm =" clr-namespace:WatchOnlyBitcoinWallet.ViewModels"
6
6
xmlns : models =" using:WatchOnlyBitcoinWallet.Models"
7
+ x : CompileBindings =" True"
8
+ x : DataType =" vm:ForkBalanceViewModel"
7
9
mc : Ignorable =" d"
8
10
x : Class =" WatchOnlyBitcoinWallet.Views.ForkBalanceView"
9
11
Height =" 300" Width =" 600"
Original file line number Diff line number Diff line change 3
3
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : vm =" clr-namespace:WatchOnlyBitcoinWallet.ViewModels"
6
+ x : CompileBindings =" True"
7
+ x : DataType =" vm:ImportViewModel"
6
8
mc : Ignorable =" d"
7
9
x : Class =" WatchOnlyBitcoinWallet.Views.ImportView"
8
10
Height =" 350" Width =" 460"
34
36
Margin =" 3"
35
37
Grid.ColumnSpan=" 2" Grid.Row=" 1" />
36
38
37
- <TextBlock Text =" {Binding Errors }"
39
+ <TextBlock Text =" {Binding Error }"
38
40
TextWrapping =" Wrap"
39
41
Grid.ColumnSpan=" 2" Grid.Row=" 2" />
40
42
</Grid >
Original file line number Diff line number Diff line change 3
3
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : vm =" clr-namespace:WatchOnlyBitcoinWallet.ViewModels"
6
+ x : CompileBindings =" True"
7
+ x : DataType =" vm:MessageBoxViewModel"
6
8
mc : Ignorable =" d"
7
9
MaxWidth =" 400"
8
10
x : Class =" WatchOnlyBitcoinWallet.Views.MessageBoxView" >
Original file line number Diff line number Diff line change 3
3
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : vm =" using:WatchOnlyBitcoinWallet.ViewModels"
6
+ x : CompileBindings =" True"
7
+ x : DataType =" vm:SettingsViewModel"
6
8
mc : Ignorable =" d"
7
9
x : Class =" WatchOnlyBitcoinWallet.Views.SettingsView"
8
10
Height =" 278" Width =" 300"
You can’t perform that action at this time.
0 commit comments