Esempio n. 1
0
        /// <summary>The main entry point to the application.</summary>
        public static void Main()
        {
            Bar bar = new Bar();

            bar.Thing = "Hello World!";
            bar.Baz(bar.Thing);
        }