mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Files
8 lines
153 B
C#
8 lines
153 B
C#
namespace WIC
|
||||
{
|
||||
internal static class CLSID
|
||||
{
|
||||
public const string WICImagingFactory = "cacaf262-9370-4615-a13b-9f5539da4c0a";
|
||||
}
|
||||
}
|