C# Class NDG.Helpers.Classes.CopyToIsolatedStorageHelper

Helper for copying files from install package to isolated storage
Show file Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
CopyToIsolatedStorage ( string packageFilename, string isoFilename ) : void

Method Details

CopyToIsolatedStorage() public static method

public static CopyToIsolatedStorage ( string packageFilename, string isoFilename ) : void
packageFilename string
isoFilename string
return void