WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=3909ad705052d4d6e421ae050cdfb1179ccec648

commit 3909ad705052d4d6e421ae050cdfb1179ccec648
Author: Vitor Sousa da Silva <vitorsousasi...@gmail.com>
Date:   Mon Feb 5 08:16:30 2018 -0800

    Wiki page csharp_tutorial changed with summary [] by Vitor Sousa da Silva
---
 pages/develop/legacy/tutorial/csharp_tutorial.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt 
b/pages/develop/legacy/tutorial/csharp_tutorial.txt
index 6cf4ce597..4f9de8a76 100644
--- a/pages/develop/legacy/tutorial/csharp_tutorial.txt
+++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt
@@ -211,4 +211,10 @@ It starts the event loop and display the application main 
window.
 After the event loop is finished (when closing the last window or by calling 
''efl.ui.Config.Exit()'') we shutdown the EFL components and let the 
application end:
 <code csharp>
         efl.All.Shutdown();
-</code>
\ No newline at end of file
+</code>
+
+And this concludes the basic button example.
+
+=== Efl.Ui.List and Efl.Model Example ===
+
+WIP
\ No newline at end of file

-- 


Reply via email to