using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; namespace WAShell { interface IMetroIconSupport { Icon WindowIcon { get; set; } } }