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 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 VisualViewTest.Example().Run(args); //o
33 //new VisualViewTest2.VisualSample().Run(args);
34 //new VisualsUsingCustomView.VisualsExample().Run(args); //o
35 //new FirstScreen.FirstScreenApp().Run(args); //o
36 //new PositionUsesAnchorPointTest.Example().Run(args);
37 new TizenVDUIApplication19.Program().Run(args);