public void MergeFrom(grandprix_info_req from) { if (from == this) { return; } }
public void CopyFrom(grandprix_info_req from) { if (from == this) { return; } Clear(); MergeFrom(from); }
public grandprix_info_req(grandprix_info_req from) { MergeFrom(from); }