TestWinRT/TestComponent/Class.cpp

12 строки
177 B
C++

#include "pch.h"
#include "Class.h"
#include "Class.g.cpp"
namespace winrt::TestComponent::implementation
{
int32_t Class::One()
{
return 1;
}
}