PageRenderTime 30ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/BookReader/BookReader/App.xaml.cs

#
C# | 11 lines | 7 code | 1 blank | 3 comment | 0 complexity | a2d96c687038edf68c324144b0e2d9cf MD5 | raw file
  1. using System.Windows;
  2. namespace BookReader
  3. {
  4. /// <summary>
  5. /// Interaction logic for App.xaml
  6. /// </summary>
  7. public partial class App : Application
  8. {
  9. }
  10. }