Beispiel #1
0
 public void MergeFrom(reward_station_fb_post_req from)
 {
     if (from == this)
     {
         return;
     }
 }
Beispiel #2
0
        public void CopyFrom(reward_station_fb_post_req from)
        {
            if (from == this)
            {
                return;
            }

            Clear();
            MergeFrom(from);
        }
Beispiel #3
0
 public reward_station_fb_post_req(reward_station_fb_post_req from)
 {
     MergeFrom(from);
 }