95a86d8def6d49f5f043b0a3ab40b3465cc7705f
[platform/core/csapi/nui.git] / NUISamples / NUISamples / NUISamples.Tizen / examples / date-picker-using-json / ViewRegistryHelper.cs
1 using System;
2 using Tizen.NUI;
3
4
5 namespace DatePickerUsingJson
6 {
7   public class ViewRegistryHelper
8   {
9     static public void Initialize()
10     {
11        // Register all views with the type registry
12        System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (typeof(Spin).TypeHandle);
13     }
14   }
15 }
16