mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
7c5169da69
commit
fb9f45f3df
11 changed files with 525 additions and 0 deletions
15
GreenshotLanguageEditor/App.xaml.cs
Normal file
15
GreenshotLanguageEditor/App.xaml.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue