ImfManager manual binding
[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 ControlDashboard.Example().Run(args);                 //o
18             new DatePickerTest.Example().Run(args);                   //o
19             //new DatePickerUsingJson.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 CustomControlTest.Example().Run(args);                //o
26             //new ScrollViewTest.Example().Run(args);                   //o
27             //new ImageViewTest.Example().Run(args);                    //o
28             //new FlexContainerTest.SampleMain().Run(args);             //o
29             //new DaliTest.Example().Run(args);                         //o
30             //new RelativeVectorTest.Example().Run(args);
31             //new VisaulAnimationExample.Example().Run(args);
32             new VisaulAnimationExample.Example2().Run(args);
33             //new VisualViewTest.Example().Run(args);                   //o
34             //new VisualViewTest2.VisualSample().Run(args);
35             //new VisualViewTest3.Example().Run(args);                   //o
36             //new VisualsUsingCustomView.VisualsExample().Run(args);    //o
37             //new FirstScreen.FirstScreenApp().Run(args);               //o
38             //new PositionUsesAnchorPointTest.Example().Run(args);
39             //new TizenVDUIApplication19.Program().Run(args);
40         }
41     }
42 }