public void principal()
 {
     socket = new ServerSocket();
     socket.Access(string.Empty, AccessAction);
     reminder = "等待连接";
 }