コード例 #1
0
ファイル: Protocol.cs プロジェクト: linqiang69672187/GPSTRAN
 public GPSData ToGPSData(TGPS gps)
 {
     return(ToGPSData(gps.TBody));
 }