We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c06c39 commit d25644bCopy full SHA for d25644b
1 file changed
OpenNet/App.xaml.cpp
@@ -78,8 +78,6 @@ namespace winrt::OpenNet::implementation
78
out += std::wstring(lang.c_str());
79
out += L"\n";
80
}
81
-
82
- // 输出到调试输出(Visual Studio 的输出窗口)
83
OutputDebugStringW(out.c_str());
84
85
#endif
@@ -88,6 +86,7 @@ namespace winrt::OpenNet::implementation
88
86
HandleActivation(activationArgs);
89
87
90
+ // To do:自定义激活,Windows集成
91
void App::HandleActivation(winrt::Microsoft::Windows::AppLifecycle::AppActivationArguments const& args)
92
{
93
// 检查窗口是否存在
0 commit comments