Browse Source

Fix japanese ui-libraries.md

Niklas Arndt 2 years ago
parent
commit
bd086f31cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jp/manual/ui/ui-libraries.md

+ 1 - 1
jp/manual/ui/ui-libraries.md

@@ -100,7 +100,7 @@ public Button CreateButton()
     {        
     {        
         // Click イベントにデリゲートを登録します。
         // Click イベントにデリゲートを登録します。
         // attach a delegate to the Click event
         // attach a delegate to the Click event
-        someButton.Click += delegate
+        button.Click += delegate
         {
         {
             // ここで何かの作業をします。
             // ここで何かの作業をします。
             // do something here...
             // do something here...