[dali_1.2.40] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / manual / csharp / 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