From: Seungha Son Date: Tue, 25 Apr 2017 01:10:21 +0000 (+0900) Subject: Move using statement to namespace scope X-Git-Tag: submit/trunk/20170823.075128~119^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4548f4a03f902ecb308088723242c35a2c3d1359;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Move using statement to namespace scope Signed-off-by: Seungha Son Change-Id: If050ddc80ae02d749ed7a366f04257c1d920da05 --- diff --git a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeControl.cs b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeControl.cs index 3cfd4fe..477cba5 100755 --- a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeControl.cs +++ b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeControl.cs @@ -14,11 +14,10 @@ * limitations under the License. */ -using System; -using System.Collections.Generic; - namespace Tizen.Applications { + using System; + using System.Collections.Generic; /// /// Class for badge operation. /// diff --git a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs index bd36b0a..294eb62 100755 --- a/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs +++ b/src/Tizen.Applications.Badge/Tizen.Applications/BadgeEventArgs.cs @@ -14,10 +14,10 @@ * limitations under the License. */ -using System; - namespace Tizen.Applications { + using System; + /// /// Class for event arguments of the badge event ///