Пример #1
0
        public static string HelloWorld()
        {
            string res1 = AnotherThing.CallMe();
            string res2 = NestedUtil.HelloWorld();

            return(String.Format("Hello from user_mu collection-hosted MyCSMU, also {0} and {1}", res1, res2));
        }
Пример #2
0
        public static string HelloWorld()
        {
            string res = AnotherThing.CallMe();

            return(String.Format("Hello from user_mu collection-hosted MyCSMU, also {0}", res));
        }