Esempio n. 1
0
    public void RegisterDemoApp(DocumentsDemoApp app)
    {
        DemoAppRegistryEntry entry = new DemoAppRegistryEntry(app);

        entry.UpdateLastUsageTime();
        AppDictionary.AddOrUpdate(app.Id, entry, (appId, oldEntry) => entry);
        EnsureAppDisposingActivated();
    }