コード例 #1
0
ファイル: K_NN.cs プロジェクト: EAGLE-I/HandKNN
        public String getUname(person cryU)
        {
            String thisUName = cryU.getUserName();

            return thisUName;
        }