README.md for ButtonEventDemo.

This commit is contained in:
alexrp 2011-11-05 19:51:49 +01:00
Родитель 8253079d3f
Коммит 75e04c2e7b
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,6 @@
Button Event Demo
=================
This is a simple example demonstrating how to use a C# event on
a button press to run a callback. It also demonstrates how to do
the same thing, but using code hooked up via Interface Builder.