Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
//查找局域网内的节点地址
|
||||
using System;
|
||||
|
||||
class FindLocalNode
|
||||
{
|
||||
public static void FindNode(Action<string> Result)
|
||||
{
|
||||
string rs = "";
|
||||
|
||||
Result(rs);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user