[NUI] Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components (#958)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / DropDown.cs
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/DropDown.cs
rename to src/Tizen.NUI.Components/Controls/DropDown.cs
index e5c0382..c4864b0 100755 (executable)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// DropDown is one kind of common component, a dropdown allows the user click dropdown button to choose one value from a list.