[Tizen] Update NUISamples to support .netcore 2.0
[platform/core/csapi/nui.git] / NUISamples / 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