Exemplo n.º 1
0
 private void EnsureIsolatedStoreStream()
 {
     if (this._isolatedStorageStream == null)
     {
         this._isolatedStorageStream = PackagingUtilities.CreateUserScopedIsolatedStorageFileStreamWithRandomName(3, out this._isolatedStorageStreamFileName);
     }
 }