Files
PowerToys/src/modules/powerrename/PowerRenameUILib/ExplorerItemsSource.cpp

13 lines
255 B
C++
Raw Normal View History

#include "pch.h"
#include "ExplorerItemsSource.h"
#if __has_include("ExplorerItemsSource.g.cpp")
#include "ExplorerItemsSource.g.cpp"
#endif
using namespace winrt;
using namespace Windows::UI::Xaml;
namespace winrt::PowerRenameUI::implementation
{
}