From: seungha.son Date: Thu, 16 Feb 2017 12:00:30 +0000 (+0900) Subject: Modify BadgeEventArgs constructor access modifiers X-Git-Tag: submit/trunk/20170823.075128~119^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b43ade1073c81bf6b7a736bea36b00d503848acb;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Modify BadgeEventArgs constructor access modifiers - Modified BadgeEventArgs constructor access modifiers to internal. - Do not need to open the constructor for BadgeEventArgs externally. - There is no reason to create a BadgeEventArgs object outside of assembly, change the access modifiers to internal. Signed-off-by: seungha.son Change-Id: I956c1707abeadc9174b24a1614ac47582161f647 --- diff --git a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs index 993a1bc..ece8bca 100755 --- a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs +++ b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs @@ -23,6 +23,11 @@ namespace Tizen.Applications /// public class BadgeEventArgs : EventArgs { + + internal BadgeEventArgs() + { + } + /// /// Enumeration for badge action. ///