using System; using System.Collections.Generic; using System.Text; namespace Greenshot.Interop { /// /// Common properties that has appreared in almost all objects /// public interface Common : IDisposable { } }