private static void init_MicrosoftStore_InAppPurchasePlugin(MicrosoftStore_InAppPurchasePlugin_WinRT plugin, InAppPurchaseDesc desc, InAppPurchaseCreatedCallbackMethod createdCallback)
 {
     plugin.Native = new MicrosoftStore_InAppPurchasePlugin_Native(desc, createdCallback);
 }
Esempio n. 2
0
 private static void init_MicrosoftStore_InAppPurchasePlugin(MicrosoftStore_InAppPurchasePlugin_WinRT plugin, InAppPurchaseDesc desc, InAppPurchaseCreatedCallbackMethod createdCallback)
 {
                 #if !WINRT_DISABLE_MS_IAP
     plugin.Native = new MicrosoftStore_InAppPurchasePlugin_Native(desc, createdCallback);
                 #endif
 }