mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
|
namespace PowerToys
|
||
|
|
{
|
||
|
|
namespace Interop
|
||
|
|
{
|
||
|
|
[default_interface] static runtimeclass CommonManaged {
|
||
|
|
static String GetProductVersion();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|