Fix base class for BadgeEventArgs
authorJunghoon Park <jh9216.park@samsung.com>
Tue, 27 Sep 2016 07:29:05 +0000 (16:29 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Tue, 27 Sep 2016 07:29:05 +0000 (16:29 +0900)
Change-Id: Ibd646e2696141eced9ee233294f12f9de8e5fc69
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs

index f06f6e9..bb9cfed 100755 (executable)
@@ -6,12 +6,14 @@
 // it only in accordance with the terms of the license agreement
 // you entered into with Samsung.
 
+using System;
+
 namespace Tizen.Applications
 {
     /// <summary>
     /// Class for event arguments of the badge event
     /// </summary>
-    public class BadgeEventArgs
+    public class BadgeEventArgs : EventArgs
     {
         /// <summary>
         /// Enumeration for badge action.