Wednesday, August 17, 2005

Testing a post from Word

Testing a post from Word to Blogger:

abstract class  ProcessorWorker
     {
          protected string _url;
          protected static string _results;

          public ProcessorWorker()
          {
               
          }

          public virtual void Run()
          {
               Console.WriteLine(string.Format("Results: {0}", _results));
               Console.ReadLine();
          }
     }

Just a Test.

Comments:
Hey Phil,

How did you do the code sample in Word Blogger? Did you just format as Courier
 
Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?