Chatu Queens
ClienteEnviar Method (String, Color) |
Envía una mensaje de texto al cliente con un código de color.
Namespace: ChatuServer
Assembly: ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Enviar( string mensaje, Color color )
Public Sub Enviar ( mensaje As String, color As Color )
public: void Enviar( String^ mensaje, Color color )
member Enviar : mensaje : string * color : Color -> unit
Parameters
- mensaje
- Type: SystemString
Texto del mensaje. - color
- Type: System.DrawingColor
Color del mensaje.
See Also