mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
14 lines
201 B
C#
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; }
|
|
}
|
|
}
|