소스 검색

Update README.md

Miguel de Icaza 7 년 전
부모
커밋
8eb4949cbc
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 ();
     }
 }