cppwinrt/test/test_component_folders/Nested.NestedClass.cpp

11 строки
202 B
C++

#include "pch.h"
#include "Nested.NestedClass.h"
namespace winrt::test_component_folders::Nested::implementation
{
void NestedClass::Method()
{
throw hresult_not_implemented();
}
}