Servidor.PrintMensaje Method

Chatu Queens

ServidorPrintMensaje Method

[Missing <summary> documentation for "M:ChatuServer.Servidor.PrintMensaje(System.String)"]

Namespace:  ChatuServer
Assembly:  ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private void PrintMensaje(
	string mensaje
)
Private Sub PrintMensaje ( 
	mensaje As String
)
private:
void PrintMensaje(
	String^ mensaje
)
private member PrintMensaje : 
        mensaje : string -> unit 

Parameters

mensaje
Type: SystemString

[Missing <param name="mensaje"/> documentation for "M:ChatuServer.Servidor.PrintMensaje(System.String)"]

See Also