Пример #1
0
 public static void EnsurePath(IsolatedStorageFile store, string filename)
 {
     store.EnsurePath(filename);
 }