Exemple #1
0
        private void PropertyTransferIDsChanged(IntPtr aPtr)
        {
            GCHandle gch = GCHandle.FromIntPtr(aPtr);
            CpProxyUpnpOrgContentDirectory2 self = (CpProxyUpnpOrgContentDirectory2)gch.Target;

            self.iTransferIDsChanged();
        }
Exemple #2
0
        private void PropertySystemUpdateIDChanged(IntPtr aPtr)
        {
            GCHandle gch = GCHandle.FromIntPtr(aPtr);
            CpProxyUpnpOrgContentDirectory2 self = (CpProxyUpnpOrgContentDirectory2)gch.Target;

            self.iSystemUpdateIDChanged();
        }