public AppMain.NNS_MOTION_KEY_Class9 Assign(AppMain.NNS_MOTION_KEY_Class9 motionKey)
 {
     if (this != motionKey)
     {
         this.Frame = motionKey.Frame;
         this.Value = motionKey.Value;
         this.Bhandle.Assign(motionKey.Bhandle);
     }
     return(this);
 }
 public NNS_MOTION_KEY_Class9(AppMain.NNS_MOTION_KEY_Class9 motionKey)
 {
     this.Frame = motionKey.Frame;
     this.Value = motionKey.Value;
     this.Bhandle.Assign(motionKey.Bhandle);
 }