public void RidingBike() { if (RideBike != null) { RideBike.RidingBike(); } }
public void RidingBike() { RideBike.RidingBike(); }