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

Method MainWindowControl

NanaBox/MainWindowControl.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace winrt::NanaBox::implementation
38{
39 MainWindowControl::MainWindowControl(
40 _In_ HWND WindowHandle) :
41 m_WindowHandle(WindowHandle)
42 {
43
44 }
45
46 void MainWindowControl::InitializeComponent()
47 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected