diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-09-11 17:28:42 -0300 |
---|---|---|
committer | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-09-11 18:05:28 -0300 |
commit | 3aecb39a18ba6d6c76a6fdb0cb2ddebd688b38d4 (patch) | |
tree | d577da9e30db9709aa80638d56b72a9e3c125867 | |
parent | 5a4c817d167a14a3203f1318bf3744162a4e1464 (diff) |
csharp: Use basic components in core event test
Summary: No need to start elm, as T7770 was fixed.
Reviewers: brunobelo, felipealmeida
Reviewed By: brunobelo
Differential Revision: https://phab.enlightenment.org/D9915
-rw-r--r-- | reference/csharp/core/src/core_event.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference/csharp/core/src/core_event.cs b/reference/csharp/core/src/core_event.cs index 43a5d679..cb500a44 100644 --- a/reference/csharp/core/src/core_event.cs +++ b/reference/csharp/core/src/core_event.cs | |||
@@ -64,7 +64,7 @@ public class Example : Efl.Csharp.Application | |||
64 | public static void Main() | 64 | public static void Main() |
65 | { | 65 | { |
66 | var example = new Example(); | 66 | var example = new Example(); |
67 | example.Launch(); | 67 | example.Launch(Efl.Csharp.Components.Basic); |
68 | } | 68 | } |
69 | } | 69 | } |
70 | 70 | ||