mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Removed GreenshotInterop from the SVN, moved all files to their rightful destination.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2250 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
06c691cf89
commit
114233eed9
48 changed files with 29 additions and 3163 deletions
11
GreenshotPlugin/Interop/Base.cs
Normal file
11
GreenshotPlugin/Interop/Base.cs
Normal 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 {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue