Move using statement to namespace scope 06/126706/1
authorSeungha Son <seungha.son@samsung.com>
Tue, 25 Apr 2017 01:10:21 +0000 (10:10 +0900)
committerSeungha Son <seungha.son@samsung.com>
Tue, 25 Apr 2017 01:13:47 +0000 (10:13 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: If050ddc80ae02d749ed7a366f04257c1d920da05

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

index 3cfd4fe..477cba5 100755 (executable)
  * limitations under the License.
  */
 
-using System;
-using System.Collections.Generic;
-
 namespace Tizen.Applications
 {
+    using System;
+    using System.Collections.Generic;
     /// <summary>
     /// Class for badge operation.
     /// </summary>
index bd36b0a..294eb62 100755 (executable)
  * limitations under the License.
  */
 
-using System;
-
 namespace Tizen.Applications
 {
+    using System;
+
     /// <summary>
     /// Class for event arguments of the badge event
     /// </summary>