コード例 #1
0
ファイル: Client.cs プロジェクト: boodie/Opensim2
 public Client(TCPD _tcp, TcpClient Client)
 {
     tcp       = _tcp;
     tcpClient = Client;
     asyncReadStart();
     Write("OpenSim TCP Console GUI");
     Write("Use commands /0, /1, /2, etc to switch between applications.");
     Write("Type /list for list of applications.");
     Write("Anything that doesn't start with a / will be sent to selected application");
     Write("type /quit to exit");
 }
コード例 #2
0
ファイル: Client.cs プロジェクト: AlphaStaxLLC/taiga
        public Client(TCPD _tcp, TcpClient Client)
        {
            tcp = _tcp;
            tcpClient = Client;
            asyncReadStart();
            Write("OpenSim TCP Console GUI");
            Write("Use commands /0, /1, /2, etc to switch between applications.");
            Write("Type /list for list of applications.");
            Write("Anything that doesn't start with a / will be sent to selected application");
            Write("type /quit to exit");

        }