2 using System.Collections.Generic;
6 using System.Windows.Controls;
7 using System.Windows.Documents;
10 using System.Windows.Media.Animation;
11 using System.Windows.Shapes;
12 using Microsoft.Phone.Controls;
16 public partial class MainPage : PhoneApplicationPage
20 InitializeComponent();
23 private void buttonSimpleTest_Click(
object sender, RoutedEventArgs e )
28 private void buttonArrayTest_Click(
object sender, RoutedEventArgs e )
33 private void buttonListTest_Click(
object sender, RoutedEventArgs e )
38 private void buttonFileExplorer_Click(
object sender, RoutedEventArgs e )