mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
test1
This commit is contained in:
parent
9f01c8168b
commit
38a400c42f
1 changed files with 0 additions and 8 deletions
|
@ -139,14 +139,6 @@ void App::RemoveWindowFromMap(int viewId)
|
||||||
m_secondaryWindows.erase(viewId);
|
m_secondaryWindows.erase(viewId);
|
||||||
}
|
}
|
||||||
|
|
||||||
void App::RemoveWindow(_In_ WindowFrameService ^ frameService)
|
|
||||||
{
|
|
||||||
// Shell does not allow killing the main window.
|
|
||||||
if (m_mainViewId != frameService->GetViewId())
|
|
||||||
{
|
|
||||||
HandleViewReleaseAndRemoveWindowFromMap(frameService);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
task<void> App::HandleViewReleaseAndRemoveWindowFromMap(_In_ WindowFrameService ^ frameService)
|
task<void> App::HandleViewReleaseAndRemoveWindowFromMap(_In_ WindowFrameService ^ frameService)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue