examples/tutorial/csharp/hello-gui/src
Lauro Moura 62ca316375 csharp: Fix gui_main.cs compilation.
Summary:
- Removed the Concrete suffixes
- Changed interfaces to IFoobar
- Event names are now camelcase with 'Evt' suffix
- Methods with the same name as its class are prefixed with 'Do'
  due to C# CamelCase methods (Pack.Pack -> Pack.DoPack)
- Updated efl.ui.win.Type to efl.ui.Win_Type after API renaming

Reviewers: segfaultxavi, felipealmeida

Reviewed By: segfaultxavi

Differential Revision: https://phab.enlightenment.org/D6508
2018-07-13 10:13:02 -03:00
..
gui_main.cs csharp: Fix gui_main.cs compilation. 2018-07-13 10:13:02 -03:00
meson.build ui_mono: Add hello-gui and focus tutorials for C# 2018-02-09 19:06:13 -02:00