Browse Source

Update README.md

Miguel de Icaza 7 năm trước cách đây
mục cha
commit
8eb4949cbc
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 ();
     }
 }