2016-04-17 23:32:22 +02:00

10 lines
199 B
C#

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