Update README.md

This commit is contained in:
Miguel de Icaza
2018-01-17 21:12:40 -05:00
committed by GitHub
parent 62da6550f9
commit 8eb4949cbc

View File

@@ -60,8 +60,6 @@ class Demo {
new Button (10, 14, "Cancel"),
new Label (3, 18, "Press ESC and 9 to activate the menubar"));
ShowEntries (win);
Application.Run ();
}
}