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

            foodShopperDemo.Run(args);
        }
Example #2
0
        static void Main(string[] args)
        {
            FoodShopperDemo foodShopperDemo = new FoodShopperDemo();

            foodShopperDemo.Run(args);
        }