5 namespace NUISamples.TizenTV.examples
8 /// The main entry point for the application.
15 static void Main(string[] args)
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);