#pragma once #include "App.xaml.h" namespace winrt::Redwax_SignText::implementation { struct Message { void Receive(winrt::Redwax_SignText::implementation::App const&); private: winrt::Windows::System::DispatcherQueueController mDQC{ nullptr }; }; }