Explorar el Código

Update README.md

Miguel de Icaza hace 7 años
padre
commit
8eb4949cbc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -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 ();
     }
 }