Exemplo n.º 1
0
 private void Remove(string themeid, string asset)
 {
     if (DiskStorage.RemoveAsset(MTApp.CurrentStore.Id, themeid, asset))
     {
         this.litOutput.Text = "{\"result\":true}";
     }
     else
     {
         this.litOutput.Text = "{\"result\":false}";
     }
 }