コード例 #1
0
 public void Send(Poly.Net.Tcp.Client Client)
 {
     if (Client != null)
     {
         Client.SendLine(this.Template(Format));
     }
 }