|
@@ -27,7 +27,7 @@
|
|
|
<Label Content="Пароль" Grid.Column="1" Grid.Row="1" VerticalAlignment="Top" Height="26" Margin="0,31,0,0"/>
|
|
|
<Button Click="ButtonEnter_OnClick" Content="Вход" Grid.Column="2" Margin="0,65,0,0" Grid.Row="1" VerticalAlignment="Top"/>
|
|
|
<Button Content="Регистрация" Grid.Column="2" Margin="0,90,0,0" Grid.Row="1" VerticalAlignment="Top"/>
|
|
|
- <PasswordBox Grid.Column="2" Margin="0,32,0,0" Grid.Row="1" VerticalAlignment="Top" Height="25"/>
|
|
|
+ <PasswordBox x:Name="PasswordBox" Grid.Column="2" Margin="0,32,0,0" Grid.Row="1" VerticalAlignment="Top" Height="25"/>
|
|
|
|
|
|
</Grid>
|
|
|
</Page>
|