未验证 提交 e2376da6 编写于 作者: 若汝棋茗 提交者: Gitee

!20 update handbook/docs/createtcpclient.mdx.

Merge pull request !20 from lzexe/N/A
......@@ -213,7 +213,7 @@ public class MyPlugin : TcpPluginBase<TcpClient>
{
public MyPlugin()
{
this.Order = 0;//此值表示插件的执行顺序,当多个插件并存时,该值越,越在前执行。
this.Order = 0;//此值表示插件的执行顺序,当多个插件并存时,该值越,越在前执行。
}
protected override void OnReceivedData(TcpClient client, ReceivedDataEventArgs e)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册