/// <summary> /// Occurs when a foosball game is ready /// </summary> protected virtual void OnFoozGameReady(FoosballGameReadyEventArgs e) { //Debug.WriteLine( "Fooz Game ready" ); }
private void _chatProxy_FoozGameReady(object sender, FoosballGameReadyEventArgs e) { OnFoozGameReady(e); }