Exemple #1
0
        public MsrpCallback()
        {
#if WINDOWS_PHONE
            m_rtMsrpCallback = org.doubango.WindowsPhone.BackgroundProcessController.Instance.rtMsrpCallbackNew(this);
#else
            m_rtMsrpCallback = new rtMsrpCallback(this);
#endif
        }
Exemple #2
0
 public MsrpCallback()
 {
     #if WINDOWS_PHONE
     m_rtMsrpCallback = org.doubango.WindowsPhone.BackgroundProcessController.Instance.rtMsrpCallbackNew(this);
     #else
     m_rtMsrpCallback = new rtMsrpCallback(this);
     #endif
 }