Merge "Add PIXEL_SIZE and ELLIPSIS property in text-controls" into devel/master
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / ViewRegistryHelper.cs
1 using System;
2
3 // include all custom views here which will be
4 namespace Dali
5 {
6   public class ViewRegistryHelper
7   {
8     static public void Initialize()
9     {
10        // Register all views with the type registry
11        //System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (typeof(Dali.Spin).TypeHandle);
12     }
13   }
14 }
15