mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-18 05:10:09 +10:00
Update something.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace WAShell
|
||||
{
|
||||
interface IMetroIconSupport
|
||||
{
|
||||
Icon WindowIcon { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user