示例#1
0
 public void deep_clone(zoom_jog_command rhs)
 {
     base.deep_clone(rhs);
     direction = rhs.direction;
     zoom_speed = rhs.zoom_speed;
 }
示例#2
0
 public zoom_jog_command(zoom_jog_command rhs)
     : base(rhs)
 {
     direction = rhs.direction;
     zoom_speed = rhs.zoom_speed;
 }