Example #1
0
        /// <summary>
        /// Main method, to run this code example as a standalone application.
        /// </summary>
        /// <param name="args">The command line arguments.</param>
        public static void Main()
        {
            GetAllProducts codeExample = new GetAllProducts();

            Console.WriteLine(codeExample.Description);
            codeExample.Run(new DfpUser());
        }
Example #2
0
        /// <summary>
        /// Main method, to run this code example as a standalone application.
        /// </summary>
        /// <param name="args">The command line arguments.</param>
        public static void Main(string[] args)
        {
            SampleBase codeExample = new GetAllProducts();

            Console.WriteLine(codeExample.Description);
            codeExample.Run(new DfpUser());
        }