コード例 #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(string[] args)
 {
     AdExchangeBuyerService service = Utilities.GetService();
     ExampleBase example = new InsertCreative();
     Console.WriteLine(example.Description);
     example.Run(service);
 }
コード例 #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)
        {
            AdExchangeBuyerService service = Utilities.GetService();
            ExampleBase            example = new InsertCreative();

            Console.WriteLine(example.Description);
            example.Run(service);
        }