wp nlt 5.1 persistingdata

20

Upload: keyvn

Post on 08-Nov-2015

4 views

Category:

Documents


0 download

DESCRIPTION

windows phone

TRANSCRIPT

  • 2

  • 3

  • IsolatedStorageFile

    GetUserStoreForApplication CreateFile CreateDirectory DeleteFile FileExists OpenFile

    4

  • 5

  • 6

  • 7

  • 8

  • 9

  • IsolatedStorageSettings

    10

  • 11

  • 12

  • 13

  • 14

  • 15

  • 16

  • 17

  • 18

  • 19

    private void Application_Launching(object sender,

    LaunchingEventArgs e)

    {

    }

    private void Application_Activated(object sender,

    ActivatedEventArgs e)

    {

    }

    private void Application_Deactivated(object sender,

    DeactivatedEventArgs e)

    {

    }

    private void Application_Closing(object sender,

    ClosingEventArgs e)

    {

    }

  • 20