20

WP NLT 5.1 PersistingData

  • Upload
    keyvn

  • View
    4

  • Download
    0

Embed Size (px)

DESCRIPTION

windows phone

Citation preview

  • 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