Modify BadgeEventArgs constructor access modifiers 56/115156/4 accepted/tizen/common/20170221.135427 accepted/tizen/ivi/20170222.094037 accepted/tizen/mobile/20170222.093934 accepted/tizen/tv/20170222.094000 submit/tizen/20170221.073534 submit/tizen_unified/20170308.100407
authorseungha.son <seungha.son@samsung.com>
Thu, 16 Feb 2017 12:00:30 +0000 (21:00 +0900)
committerSon seungha <seungha.son@samsung.com>
Mon, 20 Feb 2017 10:29:58 +0000 (02:29 -0800)
 - 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 <seungha.son@samsung.com>
Change-Id: I956c1707abeadc9174b24a1614ac47582161f647

Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs

index 993a1bc..ece8bca 100755 (executable)
@@ -23,6 +23,11 @@ namespace Tizen.Applications
     /// </summary>
     public class BadgeEventArgs : EventArgs
     {
+
+        internal BadgeEventArgs()
+        {
+        }
+
         /// <summary>
         /// Enumeration for badge action.
         /// </summary>