mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 17:13:44 -07:00
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1825 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
15 lines
No EOL
269 B
C#
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
|
|
{
|
|
}
|
|
} |