Chatu Queens
ServidorComando Method |
Ejecuta un comando del servidor.
Namespace: ChatuServer
Assembly: ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Comando( string linea )
Public Sub Comando ( linea As String )
public: void Comando( String^ linea )
member Comando : linea : string -> unit
Parameters
- linea
- Type: SystemString
Comando a ejecutar.
See Also