コード例 #1
0
        public string GetProject()
        {
            string s = "Level 1 Project : " + objInfo.GetProject();

            s += "Level 2 Project : Uniper";
            return(s);
        }
コード例 #2
0
        public string GetProject()
        {
            string s = iinfo.GetProject();

            s += " Another Project : E.ON";
            return(s);
        }