Commit of missing files.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1691 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-03-12 08:54:11 +00:00
parent 5f9deb2f06
commit b0c942c596
4 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Greenshot.Interop {
/// <summary>
/// Common properties that has appreared in almost all objects
/// </summary>
public interface Common : IDisposable {
}
}