temporary fix of crash problem
[platform/core/csapi/nui.git] / NUISamples / NUISamples / NUISamples.TizenTV / examples / Main.cs
1 using System;
2 using Tizen.NUI;
3
4
5 namespace NUISamples.TizenTV.examples
6 {
7     /// <summary>
8     /// The main entry point for the application.
9     /// </summary>
10     /// 
11
12     class Application
13     {
14         [STAThread]
15         static void Main(string[] args)
16         {
17             //new VisualsUsingCustomView.VisualsExample().Run(args);    //o
18             //new ControlDashboard.Example().Run(args);                 //o
19             //new DatePickerTest.Example().Run(args);                   //o
20             //new HelloTest.Example().Run(args);                        //o
21             //new HelloWorldTest.Example().Run(args);                   //o
22             //new Test1.Example().Run(args);                            //o
23             //new UserAlphaFunctionTest.Example().Run(args);            //o
24             //new MyCSharpExample.Example().Run(args);                  //o
25             //new VisualViewTest.Example().Run(args);                   //o
26             //new CustomControlTest.Example().Run(args);                //o
27             //new ScrollViewTest.Example().Run(args);                   //o
28             //new ImageViewTest.Example().Run(args);                    //o
29             //new FlexContainerTest.SampleMain().Run(args);             //o 
30             //new DatePickerUsingJson.Example().Run(args);              //o
31             //new DaliTest.Example().Run(args);                         //o
32             //new FirstScreen.FirstScreenApp().Run(args);               //o
33             //new MyCSharpExample.Example().Run(args);                  //o
34             new FirstScreen.FirstScreenApp().Run(args);                  //o
35             //new MyCSharpExample.Example().Run(args);                  //o
36         }
37     }
38     
39 }