greenshot/GreenshotPlugin/Interop/Base.cs
2016-04-17 23:32:22 +02:00

9 lines
199 B
C#

using System;
namespace Greenshot.Interop {
/// <summary>
/// Common properties that has appreared in almost all objects
/// </summary>
public interface ICommon : IDisposable {
}
}