Initial version of the Language editor (is standalone solution)

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1825 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-02 15:12:13 +00:00
parent 7c5169da69
commit fb9f45f3df
11 changed files with 525 additions and 0 deletions

View file

@ -0,0 +1,15 @@
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
{
}
}