RosettaCodeData/Task/Hello-world-Graphical/COBOL/hello-world-graphical-3.cobol
2016-12-05 22:15:40 +01:00

6 lines
249 B
COBOL

<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">
<TextBox>Goodbye, World!</TextBox>
</Window>