Chatu Queens
FormJuegoTablero_OnMoverFicha Method |
En modo LOCAL, realiza el movimiento, en ONLINE lo envía al servidor.
Namespace: ChatuQueens
Assembly: ChatuQueens (in ChatuQueens.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private void Tablero_OnMoverFicha( Object sender, FichaEventArgs e )
Private Sub Tablero_OnMoverFicha ( sender As Object, e As FichaEventArgs )
private: void Tablero_OnMoverFicha( Object^ sender, FichaEventArgs^ e )
private member Tablero_OnMoverFicha : sender : Object * e : FichaEventArgs -> unit
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:ChatuQueens.FormJuego.Tablero_OnMoverFicha(System.Object,Draughts.FichaEventArgs)"]
- e
- Type: DraughtsFichaEventArgs
[Missing <param name="e"/> documentation for "M:ChatuQueens.FormJuego.Tablero_OnMoverFicha(System.Object,Draughts.FichaEventArgs)"]
See Also