예제 #1
0
 public ExtensionDictionaryModel(DictionaryExtension dictionaryExtension)
 {
     ParentExtension = dictionaryExtension;
 }
예제 #2
0
 /// <summary>
 /// Asks the user whether to uninstall the package containing an extension from the machine
 /// and removes it if the user agrees.
 /// </summary>
 /// <param name="ext"></param>
 public async void RemoveExtension(DictionaryExtension ext)
 {
     await _catalog.RequestRemovePackageAsync(ext.AppExtension.Package.Id.FullName);
 }