コード例 #1
0
        static void Main(string[] args)
        {
            // Do not remove this print out - helps with the TizenFX stub sync issue
            Console.WriteLine("Running Example...");
            LayoutingExample example = new LayoutingExample();

            example.Run(args);
        }
コード例 #2
0
        static void Main(string[] args)
        {
            LayoutingExample example = new LayoutingExample();

            example.Run(args);
        }