예제 #1
0
        static void n_AddWidgetPart_Lorbotix_robot_widgets_WidgetGraphicPart_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            IWidgetGraphic __this = Java.Lang.Object.GetObject <IWidgetGraphic> (native__this, JniHandleOwnership.DoNotTransfer);

            global::Orbotix.Robot.Widgets.IWidgetGraphicPart p0 = Java.Lang.Object.GetObject <global::Orbotix.Robot.Widgets.IWidgetGraphicPart> (native_p0, JniHandleOwnership.DoNotTransfer);
            __this.AddWidgetPart(p0);
        }
예제 #2
0
        static void n_ShowAllWidgetParts(IntPtr jnienv, IntPtr native__this)
        {
            IWidgetGraphic __this = Java.Lang.Object.GetObject <IWidgetGraphic> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.ShowAllWidgetParts();
        }