Ejemplo n.º 1
0
 protected static void uninstallUwpAppxPackage(string packageName)
 {
     UwpHelpers.uninstallUwpAppxPackage(packageName);
 }
Ejemplo n.º 2
0
 protected static bool isUwpAppxPackageInstalled(string packageName)
 {
     return(UwpHelpers.isUwpAppxPackageInstalled(packageName));
 }