Skip to content

Instantly share code, notes, and snippets.

@Kanol
Created October 3, 2015 12:38
Show Gist options
  • Save Kanol/0af5ea730ba7891e1c34 to your computer and use it in GitHub Desktop.
Save Kanol/0af5ea730ba7891e1c34 to your computer and use it in GitHub Desktop.
<Window x:Class="Переводчик.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<TextBox x:Name="Exit" HorizontalAlignment="Left" Height="103" Margin="10,198,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="487"/>
<TextBox x:Name="Enter" HorizontalAlignment="Left" Height="103" Margin="10,21,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="487" TextChanged="Enter_TextChanged"/>
</Grid>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment