public static object Transform_WiimoteLib_GuitarButtonState_TO_WiimoteLib_Proxy_GuitarButtonState(object transformFrom)
 {
     WiimoteLib.Proxy.GuitarButtonState target = new WiimoteLib.Proxy.GuitarButtonState();
     WiimoteLib.GuitarButtonState       from   = (WiimoteLib.GuitarButtonState)transformFrom;
     target.StrumUp   = from.StrumUp;
     target.StrumDown = from.StrumDown;
     target.Green     = from.Green;
     target.Red       = from.Red;
     target.Yellow    = from.Yellow;
     target.Blue      = from.Blue;
     target.Orange    = from.Orange;
     target.Minus     = from.Minus;
     target.Plus      = from.Plus;
     return(target);
 }
 public static object Transform_WiimoteLib_GuitarButtonState_TO_WiimoteLib_Proxy_GuitarButtonState(object transformFrom)
 {
     WiimoteLib.Proxy.GuitarButtonState target = new WiimoteLib.Proxy.GuitarButtonState();
     WiimoteLib.GuitarButtonState from = (WiimoteLib.GuitarButtonState)transformFrom;
     target.StrumUp = from.StrumUp;
     target.StrumDown = from.StrumDown;
     target.Green = from.Green;
     target.Red = from.Red;
     target.Yellow = from.Yellow;
     target.Blue = from.Blue;
     target.Orange = from.Orange;
     target.Minus = from.Minus;
     target.Plus = from.Plus;
     return target;
 }
 public static object Transform_WiimoteLib_GuitarButtonState_TO_WiimoteLib_Proxy_GuitarButtonState(object transformFrom)
 {
     WiimoteLib.Proxy.GuitarButtonState target = new WiimoteLib.Proxy.GuitarButtonState();
     return target;
 }