/WikiDocGenerator/App.xaml.cs
http://yet-another-music-application.googlecode.com/ · C# · 16 lines · 12 code · 1 blank · 3 comment · 0 complexity · 5e2415b40b62b9ff4f0f593a1c7b406e MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Configuration;
- using System.Data;
- using System.Linq;
- using System.Windows;
-
- namespace WikiDocGenerator
- {
- /// <summary>
- /// Interaction logic for App.xaml
- /// </summary>
- public partial class App : Application
- {
- }
- }