Exemplo n.º 1
0
        private void PhoneApplicationPage_Loaded(object sender, RoutedEventArgs e)
        {
            sc.GetAllChatCompleted += new EventHandler <GetAllChatCompletedEventArgs>(sc_GetAllChatCompleted);
            sc.GetAllChatAsync();
            App    app      = Application.Current as App;
            string deviceID = app.DivceID;

            this.image4.Source = new BitmapImage(new Uri("Images/" + deviceID + ".jpg", UriKind.Relative));
        }