コード例 #1
0
        public LibraryProvider GetPurchasedLibrary()
        {
            ((LibraryProviderPlugin)PurchasedLibraryCreator).ForceVisible();
            LibraryProvider purchasedProvider = PurchasedLibraryCreator.CreateLibraryProvider(this, SetCurrentLibraryProvider);

            return(purchasedProvider);
        }
コード例 #2
0
 public LibraryProvider GetPurchasedLibrary()
 {
     return(PurchasedLibraryCreator.CreateLibraryProvider(this));
 }
コード例 #3
0
 public LibraryProvider GetPurchasedLibrary()
 {
     return(PurchasedLibraryCreator.CreateLibraryProvider(this, setCurrentLibraryProvider));
 }