| 227 | } |
| 228 | |
| 229 | SaveAsDialog::SaveAsDialog(HWND parent, std::initializer_list<COREWEBVIEW2_SAVE_AS_KIND> kinds) |
| 230 | : kinds(kinds) |
| 231 | { |
| 232 | DialogBoxParam( |
| 233 | g_hInstance, MAKEINTRESOURCE(IDD_SAVE_CONTENT_AS), parent, DlgProcStatic, (LPARAM)this); |
| 234 | } |
nothing calls this directly
no outgoing calls
no test coverage detected