コード例 #1
0
ファイル: Service.cs プロジェクト: ForestCreep/SignSys
 public string ReceiveMacAddress(string userName)
 {
     return(getData.ReceiveMacAddress(userName));
 }