Skip to content

Commit e9f07c9

Browse files
committed
Fixed mixup with namespace and class
1 parent f8fca66 commit e9f07c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Testura.Android.PageObjectCreator/Views/PageObjectView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
<TextBox Grid.Row="0"
6666
Grid.Column="1"
6767
Margin="0, 0, 0, 10"
68-
Text="{Binding PageObject.Name, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
68+
Text="{Binding PageObject.Namespace, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
6969
<Label Grid.Row="1" Grid.Column="0" Content="Class name: "/>
7070
<TextBox Grid.Row="1"
7171
Grid.Column="1"
72-
Text="{Binding PageObject.Namespace, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
72+
Text="{Binding PageObject.Name, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
7373
</Grid>
7474
<StackPanel
7575
Grid.Row="4">

0 commit comments

Comments
 (0)