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