using Reality; using Reality.Life; namespace MilkyWay.Sol.Earth.USA.Virginia.FallsChurch? { public class PhilipLudington? : Person { /// <summary> /// The main entry point for of life. /// </summary> [STAThread] static void Main() { PhilipLudington? me = new PhilipLudington?( "Philip J. Ludington" ); ITalent programmer = new Programmer(); me.Talnet = programmer; me.Nickanme = "MrPhil"; me.DayJob = CompanyDataManager?.Find( "AT&T" ); me.Blog = "http://www.MrPhil.name/" Company company = new Company( me, "Mr. Phil Games" ); company.WebSite = "http://www.MrPhilGames/"; me.Add( company ); me.FreeTime? = new TimeSpan?( 0, 0, 0 ); Life.Live( me ); } } } /* $Log$ Hi there, MrPhil, and welcome to Wiki. Please note that we have a policy of RealNamesPlease on this site. Would you consider moving your homepage to PhilipLudington?? Many thanks. -- EarleMartin Yes, especially so, because you seem to make no point of staying anonymous anyway:-) -- GunnarZarncke (who always wanted to prefix namespaces with MilkyWay.Sol.Earth.Europe.Germany.Hamburg) CategoryHomePage */