Add Elementary.Run()
authorKangho Hur <kangho.hur@samsung.com>
Fri, 9 Sep 2016 05:31:10 +0000 (14:31 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Fri, 9 Sep 2016 05:31:10 +0000 (14:31 +0900)
Change-Id: I4f8ed10cee07983ca6e495722566ec8560dcf8e0

src/ElmSharp/ElmSharp/Elementary.cs

index e2bba1c..6a027ec 100644 (file)
@@ -13,5 +13,10 @@ namespace ElmSharp
         {
             Interop.Elementary.elm_shutdown();
         }
+
+        public static void Run()
+        {
+            Interop.Elementary.elm_run();
+        }
     }
 }