static void n_TestWaitAndQueryForServiceOnOtherRegistry(IntPtr jnienv, IntPtr native__this)
        {
            JmDNSTest __this = Java.Lang.Object.GetObject <JmDNSTest> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.TestWaitAndQueryForServiceOnOtherRegistry();
        }
        static void n_TestCreate(IntPtr jnienv, IntPtr native__this)
        {
            JmDNSTest __this = Java.Lang.Object.GetObject <JmDNSTest> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.TestCreate();
        }
        static void n_TestListenForMyServiceAndList(IntPtr jnienv, IntPtr native__this)
        {
            JmDNSTest __this = Java.Lang.Object.GetObject <JmDNSTest> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.TestListenForMyServiceAndList();
        }