コード例 #1
0
ファイル: UdpClient.cs プロジェクト: mecha-rm/GDW_Y3-PJT
 // sets the port
 public void SetPort(int newPort)
 {
     client.SetPort(newPort);
 }