mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 15:27:55 +08:00
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
namespace PowerToysNotifications
|
|
{
|
|
[version(1)]
|
|
runtimeclass BackgroundHandler
|
|
{
|
|
BackgroundHandler();
|
|
|
|
void Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance taskInstance);
|
|
}
|
|
}
|