2013-10-27 22:24:23 +00:00
|
|
|
<Window x:Class="COBOL_WPF.Window1"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
Title="Hello world/Graphical">
|
2016-12-05 22:15:40 +01:00
|
|
|
<TextBox>Goodbye, World!</TextBox>
|
2013-10-27 22:24:23 +00:00
|
|
|
</Window>
|