示例#1
0
 private void Flush(string message)
 {
     _connection.Send(_outputParser.Parse("&w" + message));
 }