6 lines
249 B
COBOL
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>
|