Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / ViewRegistryHelper.cs
index 8e9e19a..f648bca 100644 (file)
@@ -3,12 +3,12 @@
 // include all custom views here which will be
 namespace Dali
 {
-  public class ViewRegistryHelper
+  internal class ViewRegistryHelper
   {
     static public void Initialize()
     {
        // Register all views with the type registry
-       System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (typeof(Dali.Spin).TypeHandle);
+       //System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (typeof(Dali.Spin).TypeHandle);
     }
   }
 }