mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
7 lines
119 B
C
7 lines
119 B
C
|
|
#pragma once
|
||
|
|
#include <winrt/Windows.UI.Xaml.h>
|
||
|
|
|
||
|
|
using namespace winrt::Windows::UI::Xaml;
|
||
|
|
|
||
|
|
Style AccentButtonStyle();
|