예제 #1
0
        static void Main(string[] args)
        {
            restaurants r = new restaurants();

            Fashion Fash = new Fashion();
            Fashion F    = new Fashion();



            Console.WriteLine("This is the main method landing page");

            r.Chipotle();
            F.pants();
            F.shoes();
            r.Benihana();
        }
예제 #2
0
        public static void FamousDaves()
        {
            restaurants r = new restaurants();

            Program p = new Program();
        }