MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / SetTarget

Method SetTarget

FastCopy/AcrylicHelper.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 WindowEffectHelper(winrt::Microsoft::UI::Xaml::Window window = nullptr) : m_target{ window } { init(); }
70
71 void SetTarget(winrt::Microsoft::UI::Xaml::Window window)
72 {
73 m_target = window;
74 init();
75 }
76
77 void SetTheme(winrt::Microsoft::UI::Xaml::ElementTheme theme);
78

Callers 2

launchSettingsMethod · 0.80
normalLaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected