using System; using Tizen.NUI; namespace NUISamples.TizenTV.examples { /// /// The main entry point for the application. /// /// class Application { [STAThread] static void Main(string[] args) { //new ControlDashboard.Example().Run(args); //o //new DatePickerTest.Example().Run(args); //o //new DatePickerUsingJson.Example().Run(args); //o //new HelloTest.Example().Run(args); //o new HelloWorldTest.Example().Run(args); //o //new Test1.Example().Run(args); //o //new UserAlphaFunctionTest.Example().Run(args); //o //new MyCSharpExample.Example().Run(args); //o //new CustomControlTest.Example().Run(args); //o //new ScrollViewTest.Example().Run(args); //o //new ImageViewTest.Example().Run(args); //o //new FlexContainerTest.SampleMain().Run(args); //o //new DaliTest.Example().Run(args); //o //new RelativeVectorTest.Example().Run(args); //new VisaulAnimationExample.Example().Run(args); //new VisaulAnimationExample.Example2().Run(args); //new VisualViewTest.Example().Run(args); //o //new VisualViewTest2.VisualSample().Run(args); //new VisualViewTest3.Example().Run(args); //o //new VisualsUsingCustomView.VisualsExample().Run(args); //o //new FirstScreen.FirstScreenApp().Run(args); //o //new PositionUsesAnchorPointTest.Example().Run(args); //new TizenVDUIApplication19.Program().Run(args); } } }