Update Control.cs
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 15 Feb 2021 05:19:15 +0000 (14:19 +0900)
committerlwc0917 <48237284+lwc0917@users.noreply.github.com>
Thu, 18 Feb 2021 03:15:29 +0000 (12:15 +0900)
src/Tizen.NUI.Components/Controls/Control.cs

index 4cc995c..8a96466 100755 (executable)
@@ -59,7 +59,7 @@ namespace Tizen.NUI.Components
         /// This is used to improve theme performance.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        static public void PreLoad()
+        static public void Preload()
         {
             ThemeManager.AddPackageTheme(DefaultThemeCreator.Instance);
         }