using System.Windows.Controls; namespace SheetMe.Designer.Views; /// 용지 1장 렌더 뷰 — DataContext 는 PageViewModel. public partial class PageView : UserControl { public PageView() { InitializeComponent(); } }