/WikiDocGenerator/App.xaml.cs
C# | 16 lines | 12 code | 1 blank | 3 comment | 0 complexity | 5e2415b40b62b9ff4f0f593a1c7b406e MD5 | raw file
1using System; 2using System.Collections.Generic; 3using System.Configuration; 4using System.Data; 5using System.Linq; 6using System.Windows; 7 8namespace WikiDocGenerator 9{ 10 /// <summary> 11 /// Interaction logic for App.xaml 12 /// </summary> 13 public partial class App : Application 14 { 15 } 16}