Revert "Make visual view to support group animation"
[platform/core/csapi/tizenfx.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 SiblingOrderTest.Example().Run(args);                 //o
24             //new UserAlphaFunctionTest.Example().Run(args);            //o
25             //new MyCSharpExample.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 DaliTest.Example().Run(args);                         //o
31             //new RelativeVectorTest.Example().Run(args);
32             //new VisaulAnimationExample.Example().Run(args);
33             //new VisaulAnimationExample.Example2().Run(args);
34             //new VisualViewTest.Example().Run(args);                   //o
35             //new VisualViewTest2.VisualSample().Run(args);
36             //new VisualViewTest3.Example().Run(args);                   //o
37             //new VisualsUsingCustomView.VisualsExample().Run(args);    //o
38             //new FirstScreen.FirstScreenApp().Run(args);               //o
39             //new PositionUsesAnchorPointTest.Example().Run(args);
40             // new VisualsExampleTest.Example().Run(args);               //o
41             new TizenSTVUIApplication15.Program().Run(args);
42         }
43     }
44 }