file360

Log | Files | Refs

EBookReader.xaml.cs (413B)


      1 using System;
      2 using System.Collections.Generic;
      3 using System.Linq;
      4 using System.Net;
      5 using System.Windows;
      6 using System.Windows.Controls;
      7 using System.Windows.Navigation;
      8 using Microsoft.Phone.Controls;
      9 using Microsoft.Phone.Shell;
     10 
     11 namespace File360
     12 {
     13     public partial class EbookReader : PhoneApplicationPage
     14     {
     15         public EbookReader()
     16         {
     17             InitializeComponent();
     18         }
     19     }
     20 }