Example #1
0
        public string getJomei(int index)
        {
            func toStr = new func();    //共通変換クラス

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