PageRenderTime 36ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/Code/Source/Teaching.Wpf.MediaBuddy/Application.xaml.cs

https://bitbucket.org/BernhardGlueck/teaching
C# | 14 lines | 13 code | 1 blank | 0 comment | 0 complexity | 626337163feea4a06d5fd16ee3e8462b MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Configuration;
  4. using System.Data;
  5. using System.Linq;
  6. using System.Threading.Tasks;
  7. using System.Windows;
  8. namespace Teaching.Wpf.MediaBuddy
  9. {
  10. public partial class Application : System.Windows.Application
  11. {
  12. }
  13. }