| 123456789 |
- <Window x:Class="WpfApplication19.Debug"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="Debug" Height="300" Width="300" Name="debugWindow">
- <Grid>
- <TextBox Margin="12,12,0,0" Name="debugTextBox" TextWrapping="WrapWithOverflow" VerticalScrollBarVisibility="Auto" AcceptsReturn="True" />
- </Grid>
- </Window>
|