MCPcopy Create free account
hub / github.com/M2Team/NanaBox / CreateVirtualHardDiskButtonClick

Method CreateVirtualHardDiskButtonClick

NanaBox/MainWindowControl.cpp:176–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void MainWindowControl::CreateVirtualHardDiskButtonClick(
177 winrt::IInspectable const& sender,
178 winrt::RoutedEventArgs const& e)
179 {
180 UNREFERENCED_PARAMETER(sender);
181 UNREFERENCED_PARAMETER(e);
182
183 ::PostMessageW(
184 this->m_WindowHandle,
185 WM_COMMAND,
186 MAKEWPARAM(
187 NanaBox::MainWindowCommands::CreateVirtualHardDisk,
188 BN_CLICKED),
189 0);
190 }
191
192 void MainWindowControl::ResizeVirtualHardDiskButtonClick(
193 winrt::IInspectable const& sender,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected