You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
329 B

#include "pch.h"
#include "DefsView.h"
#include "DefsView.g.cpp"
using namespace winrt;
using namespace Microsoft::Graphics::Canvas;
namespace winrt::RNSVG::implementation {
void DefsView::Render(UI::Xaml::CanvasControl const &/*canvas*/, CanvasDrawingSession const &/*session*/) {}
} // namespace winrt::RNSVG::implementation