From f7e53c37930336b65851bf8014557b54f9f52c66 Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Tue, 27 Sep 2016 16:29:05 +0900 Subject: [PATCH] Fix base class for BadgeEventArgs Change-Id: Ibd646e2696141eced9ee233294f12f9de8e5fc69 Signed-off-by: Junghoon Park --- src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs index f06f6e9..bb9cfed 100755 --- a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs +++ b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs @@ -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 { /// /// Class for event arguments of the badge event /// - public class BadgeEventArgs + public class BadgeEventArgs : EventArgs { /// /// Enumeration for badge action. -- 2.7.4