Files
App-Installer-For-Windows-8…/WAShell/IMetroIconSupport.cs
2026-02-07 17:52:36 +08:00

14 lines
201 B
C#

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