PageRenderTime 46ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/src/EntityConnector/App.xaml.cs

https://bitbucket.org/mbrenn/entityconnector
C# | 16 lines | 12 code | 1 blank | 3 comment | 0 complexity | a18a6d95d4342c639f8aa73e8e1d8f53 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.Windows;
  7. namespace EntityConnector
  8. {
  9. /// <summary>
  10. /// Interaktionslogik für "App.xaml"
  11. /// </summary>
  12. public partial class App : Application
  13. {
  14. }
  15. }