mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-15 04:59:57 +01:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
|
|
<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>
|