greenshot/GreenshotLanguageEditor/App.xaml.cs
2012-05-02 15:12:13 +00:00

15 lines
No EOL
269 B
C#

using System;
using System.Windows;
using System.Data;
using System.Xml;
using System.Configuration;
namespace GreenshotLanguageEditor
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}