예제 #1
0
파일: Class2.cs 프로젝트: kanapero46/JvData
        public string getJomei(int index)
        {
            func toStr = new func();    //共通変換クラス

            if (index < Jomei.Length)
            {
                return(Jomei[index]);
            }
            toStr.errMesage(200);
            return("");
        }