NmeaParser/src/SampleApp.WinDesktop/MainWindow.xaml

11 lines
334 B
Plaintext
Raw Normal View History

2014-07-25 21:21:07 +02:00
<Window x:Class="SampleApp.WinDesktop.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="output"
AcceptsReturn="True"
/>
</Grid>
</Window>