Added settings forms for DropShadowEffect & TornEdgeEffect

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2380 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-12-12 12:13:33 +00:00
parent 6579d49d49
commit 38de4875e0
10 changed files with 696 additions and 31 deletions

View file

@ -22,6 +22,9 @@ using System;
using GreenshotPlugin.Controls;
namespace Greenshot {
/// <summary>
/// This class is only here to help in the Designer mode, so it's clear where the language files are
/// </summary>
public class BaseForm : GreenshotForm {
}
}