using System.Windows; using System.Windows.Controls; namespace Ink_Canvas.Windows.FeedbackPages { public partial class FeedbackPage1 : UserControl { public FeedbackPage1() { InitializeComponent(); } } }