mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
16 lines
No EOL
273 B
C++
16 lines
No EOL
273 B
C++
#include "pch.h"
|
|
#include "ScalingModesPage.h"
|
|
#if __has_include("ScalingModesPage.g.cpp")
|
|
#include "ScalingModesPage.g.cpp"
|
|
#endif
|
|
|
|
using namespace winrt;
|
|
|
|
|
|
namespace winrt::Magpie::App::implementation {
|
|
|
|
ScalingModesPage::ScalingModesPage() {
|
|
InitializeComponent();
|
|
}
|
|
|
|
} |