예제 #1
0
 void SendBytes(byte[] bytes)
 {
     if (CommunicationMethod != null)
     {
         CommunicationMethod.SendBytes(bytes);
     }
 }